Implement #if and friends.

With this change, tests 41 through 49 all pass. (The defined operator
appears to be somehow broken so that test 50 doesn't pass yet.)
This commit is contained in:
Carl Worth
2010-05-26 09:32:57 -07:00
parent 8fed1cddae
commit f6914fd37b
4 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ typedef struct token_list token_list_t;
typedef union YYSTYPE
{
int ival;
intmax_t ival;
char *str;
string_list_t *string_list;
token_t *token;