summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-14 16:53:52 -0700
committerCarl Worth <cworth@cworth.org>2010-05-14 16:53:52 -0700
commit3596bb149e107ad12df4fee0723caf91819c0758 (patch)
treed4d0baece7e4c711345f8af176b1c7c948b35f3c /Makefile
parentf6ae186cfd2c7006656ac55446247b569b92a721 (diff)
Provide implementation for macro arguments containing parentheses.
We were correctly parsing this already, but simply not returning any value (for no good reason). Fortunately the fix is quite simple. This makes the test added in the previous commit now pass.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 550945a..3fa863c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,5 @@ test: glcpp
@(cd tests; ./glcpp-test)
clean:
- rm -f glcpp-lex.c glcpp-parse.c *.o *~
+ rm -f glcpp glcpp-lex.c glcpp-parse.c *.o *~
rm -f tests/*.out tests/*.gcc tests/*.expected tests/*~