1
0
mirror of synced 2026-05-02 14:30:17 +00:00

*** empty log message ***

This commit is contained in:
Eric Smith
2001-12-30 17:09:08 +00:00
parent dbc4896166
commit 83f20f0702
6 changed files with 117 additions and 16 deletions

View File

@@ -8,8 +8,8 @@
int integer;
double fp;
char *string;
struct { double width; double height; } size;
struct { int first; int last; } range;
page_size_t size;
range_t range;
}
%token <integer> INTEGER