c-parser.c
178 KB
-
c-tree.h (parser_build_unary_op): New prototype. · 43f6dfd3
* c-tree.h (parser_build_unary_op): New prototype. * c-typeck.c (parser_build_unary_op): New function to construct a unary operation in the C parser. * c-parser.c (c_parser_unary_expression): Use the new function parser_build_unary_op when appropriate. From-SVN: r99471
Roger Sayle committed