1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 14:40:54 -08:00

Cleaning up fixmes. moving signature on abqstruct to the start, since i couldn't find any justification for it to be at the end. it was always at the end.

This commit is contained in:
Richard Brooksby 2023-03-09 10:11:12 +00:00
parent 7482cf4f67
commit ef69911fdd

View file

@ -43,6 +43,7 @@ extern void ABQIterate(ABQ abq, ABQVisitor visitor, void *closure);
typedef struct ABQStruct
{
Sig sig; /* design.mps.sig.field */
Count elements;
Size elementSize;
Index in;
@ -54,8 +55,6 @@ typedef struct ABQStruct
METER_DECL(pop)
METER_DECL(peek)
METER_DECL(delete)
Sig sig; /* design.mps.sig.field [FIXME: Why is this at the end? RB 2023-03-09] */
} ABQStruct;
#endif /* abq_h */