aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorShevek <[email protected]>2011-07-08 21:36:01 +0000
committerShevek <[email protected]>2011-07-08 21:36:01 +0000
commitc12ca797d66415756f364bc6c4a31ee502d9a9dd (patch)
treed68c19936c095bb2bc3011ecba4e8a16bab4f591 /src/input
parent9aa50b21462d62fda5f268880fcf04f4b12eb469 (diff)
Make ant task work a lot better.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/test0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/test0.c b/src/input/test0.c
index 150b759..7e91637 100644
--- a/src/input/test0.c
+++ b/src/input/test0.c
@@ -55,7 +55,7 @@ one /* one */
#define foo(x) foo(x, b)
foo(1) -> _foo(1, b) without the _
foo(foo(2)) -> _foo(_foo(2, b), b) without the _
-foo(y, z)
+// foo(y, z)
#define var(x...) a x b
var(e, f, g) -> a e, f, g b