changeset 625 | bfb4016d9404 |
parent 620 | 1c4cf996004e |
child 630 | e6bd53dd1f91 |
624:99d1cf8a18a3 | 625:bfb4016d9404 |
---|---|
378 typedef struct Conditional |
378 typedef struct Conditional |
379 { |
379 { |
380 Token type; |
380 Token type; |
381 int linenum; |
381 int linenum; |
382 int skipping; |
382 int skipping; |
383 int chosen; |
|
383 struct Conditional *next; |
384 struct Conditional *next; |
384 } Conditional; |
385 } Conditional; |
385 |
386 |
386 typedef struct IncludeState |
387 typedef struct IncludeState |
387 { |
388 { |