Simplify calling conventions of functions under expand_token_list_onto.
authorCarl Worth <cworth@cworth.org>
Fri, 28 May 2010 15:17:46 +0000 (08:17 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 May 2010 15:17:46 +0000 (08:17 -0700)
commit3c93d397050bbeccb7809e53a425c860df947c45
tree2ba22150560887d1016015eb9e70640691bd9dd9
parent9b519f9c7997e0ec02c66d39edc12912aebb9eca
Simplify calling conventions of functions under expand_token_list_onto.

We previously had a confusing thing where _expand_token_onto would
return a non-zero value to indicate that the caller should then call
_expand_function_onto. It's much cleaner for _expand_token_onto to
just do what's needed and call the necessary function.
glcpp-parse.y