OSDN Git Service

Support macro invocations with multiple tokens for a single argument.
authorCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 17:44:19 +0000 (10:44 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 18:50:27 +0000 (11:50 -0700)
commit8f6a828e4a454e1bdce359c43e1108ff0315a89c
tree988c482b8fae6fe96ddcdbba5c0149d7bfcc9f24
parentdb272e6e6fbfe349ea6d9877bb7715ecb2d9f0c1
Support macro invocations with multiple tokens for a single argument.

We provide for this by changing the value of the argument-list
production from a list of strings (string_list_t) to a new
data-structure that holds a list of lists of strings
(argument_list_t).
glcpp-parse.y
glcpp.h