diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +typedef struct { + int type; + union { + int i; + char *s; + } u; +} expr_yystype; + +#define YYSTYPE expr_yystype |
![]() |
index : expr | |
evaluate arguments as an expression |
summaryrefslogtreecommitdiff |