diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-13 09:36:23 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-13 09:36:23 -0700 |
commit | fcbbb4688641e46270ba0cd531639df9b964f697 (patch) | |
tree | 9116a800bc5a1778efe398cafdacc92abb090fd5 /Makefile | |
parent | 4abc3dec720933e78a266417cffb2ea7b16d497f (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/*~ |