diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-26 09:35:34 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-26 09:37:14 -0700 |
commit | 16c1e980e2e3c8852ce9bea85afe094c24e420fa (patch) | |
tree | b358b1fb120a5d802b97b7d323514531054d1636 /tests | |
parent | f6914fd37b2b66d7be1ba0c31450d89d1785ccce (diff) |
Fix lexing of "defined" as an operator, not an identifier.
Simply need to move the rule for IDENTIFIER to be after "defined" and
everything is happy.
With this change, tests 50 through 53 all pass now.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/053-if-divide-and-shift.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/053-if-divide-and-shift.c b/tests/053-if-divide-and-shift.c index ddc1573ab2..d24c54a88d 100644 --- a/tests/053-if-divide-and-shift.c +++ b/tests/053-if-divide-and-shift.c @@ -13,4 +13,3 @@ failure_3 #else success_3 #endif - |