commit | b1854fdfb6b567fa61d544d8080e2acb4cc78dc1 | [log] [tgz] |
---|---|---|
author | Carl Worth <cworth@cworth.org> | Tue May 25 16:28:26 2010 -0700 |
committer | Carl Worth <cworth@cworth.org> | Tue May 25 16:28:26 2010 -0700 |
tree | 5bb3d217c3d94234f7b15f571b72ad59887763a6 | |
parent | e6fb7827c96451d4a09dfda31979a6b9cb27301e [diff] [blame] |
Implement simplified substitution for function-like macro invocation. This supports function-like macro invocation but without any argument substitution. This now makes test 11 through 14 pass.
diff --git a/glcpp.h b/glcpp.h index bd599d7..043098b 100644 --- a/glcpp.h +++ b/glcpp.h
@@ -51,6 +51,7 @@ { int ival; char *str; + string_list_t *string_list; token_t *token; token_list_t *token_list; } YYSTYPE;