c-tree.h (parser_build_unary_op): New prototype.
authorRoger Sayle <roger@eyesopen.com>
Mon, 9 May 2005 20:48:33 +0000 (20:48 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 9 May 2005 20:48:33 +0000 (20:48 +0000)
commit43f6dfd3ec224e73a7175987f651b3d455f7803f
tree55b63c7bc470ab9a0ee49ea53a931e7a2f5a48d4
parent32df413ae734d59d5579b05b1751ebe7a79ac014
c-tree.h (parser_build_unary_op): New prototype.

* 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
gcc/ChangeLog
gcc/c-parser.c
gcc/c-tree.h
gcc/c-typeck.c