Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4704 | Rev 4743 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | type * value; \ |
66 | type * value; \ |
67 | int magic; \ |
67 | int magic; \ |
68 | }; \ |
68 | }; \ |
69 | \ |
69 | \ |
70 | struct name{ \ |
70 | struct name{ \ |
71 | size_t size; \ |
71 | int size; \ |
72 | int next; \ |
72 | int next; \ |
73 | name##_item_ref items; \ |
73 | name##_item_ref items; \ |
74 | int magic; \ |
74 | int magic; \ |
75 | }; \ |
75 | }; \ |
76 | \ |
76 | \ |