* c-tree.h (parser_build_unary_op): New prototype.
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 May 2005 20:48:33 +0000 (20:48 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 May 2005 20:48:33 +0000 (20:48 +0000)
commit5381eb98a264ed2e15673ceba37806390ce85a8f
tree55b63c7bc470ab9a0ee49ea53a931e7a2f5a48d4
parent51ea5d02db95170cf781dd7d96f4d783409411b8
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99471 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-parser.c
gcc/c-tree.h
gcc/c-typeck.c