commentation

This commit is contained in:
Sven M. Hallberg 2013-06-14 12:50:39 +02:00
parent dfe4c3ad47
commit f65b0ae82a

View file

@ -11,7 +11,8 @@ struct HCFStack_ {
int count; int count;
int cap; int cap;
HCFChoice *last_completed; // Last completed choice. HCFChoice *last_completed; // Last completed choice.
HCFChoice *prealloc; // If not NULL, will serve as outermost choice. // XXX is last_completed still needed?
HCFChoice *prealloc; // If not NULL, will be used for the outermost choice.
}; };
#ifndef UNUSED #ifndef UNUSED