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:
parent
7482cf4f67
commit
ef69911fdd
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue