OSDN Git Service

* cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Apr 2000 22:33:12 +0000 (22:33 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Apr 2000 22:33:12 +0000 (22:33 +0000)
commit3b4c6b4085c7e1ae7866fbd47aa58f07e78e7749
tree77d4b989768bc39de03ac84c1227f318fe6676d5
parentd9e11b73cecaea692d75827425eb1f8f9a9ecb01
* cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
and SYNTAX_ERROR2. Replace `' in messages with ''.
(op_to_str): Make re-entrant.
(_cpp_parse_expr): Implement new error macros. Use | rather
than || to logically or 2 boolean integers.  Simply expression
checking we have a left operand iff needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32890 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppexp.c