summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-13 09:36:23 -0700
committerCarl Worth <cworth@cworth.org>2010-05-13 09:36:23 -0700
commitfcbbb4688641e46270ba0cd531639df9b964f697 (patch)
tree9116a800bc5a1778efe398cafdacc92abb090fd5 /Makefile
parent4abc3dec720933e78a266417cffb2ea7b16d497f (diff)
Add support for the structure of function-like macros.
We accept the structure of arguments in both macro definition and macro invocation, but we don't yet expand those arguments. This is just enough code to pass the recently-added tests, but does not yet provide any sort of useful function-like macro.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7233150..c5472a8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,4 @@ test:
clean:
rm -f glcpp-lex.c glcpp-parse.c *.o *~
- rm -f tests/*.out tests/*.gcc tests/*.expected
+ rm -f tests/*.out tests/*.gcc tests/*.expected tests/*~