commit | f6914fd37b2b66d7be1ba0c31450d89d1785ccce | [log] [tgz] |
---|---|---|
author | Carl Worth <cworth@cworth.org> | Wed May 26 09:32:57 2010 -0700 |
committer | Carl Worth <cworth@cworth.org> | Wed May 26 09:33:23 2010 -0700 |
tree | fa6636662a63e2675a5173e772ac253016fa8fe8 | |
parent | 8fed1cddae8b024972d0c08f120bfd0292cb9cca [diff] [blame] |
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.)
diff --git a/glcpp.h b/glcpp.h index 21db918..36ab0e7 100644 --- a/glcpp.h +++ b/glcpp.h
@@ -49,7 +49,7 @@ typedef union YYSTYPE { - int ival; + intmax_t ival; char *str; string_list_t *string_list; token_t *token;