Rev 4197 | Rev 4576 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4197 | Rev 4243 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | type * value; \ |
55 | type * value; \ |
56 | int magic; \ |
56 | int magic; \ |
57 | }; \ |
57 | }; \ |
58 | \ |
58 | \ |
59 | struct name{ \ |
59 | struct name{ \ |
60 | int size; \ |
60 | size_t size; \ |
61 | int next; \ |
61 | int next; \ |
62 | name##_item_ref items; \ |
62 | name##_item_ref items; \ |
63 | int magic; \ |
63 | int magic; \ |
64 | }; \ |
64 | }; \ |
65 | \ |
65 | \ |