commentation
This commit is contained in:
parent
dfe4c3ad47
commit
f65b0ae82a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue