OSDN Git Service

* cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Aug 2000 17:35:58 +0000 (17:35 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Aug 2000 17:35:58 +0000 (17:35 +0000)
commitb39543663166f6d9eabb27b9119cc3f301f487f9
treef25ad3759703df13e0d6b40b621ea7e6d2e1dd18
parent68878c92d58709d9a1fa3e95d80a791a79450d75
* cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
(_cpp_trigraph_map): Declaration moved from cpplex.c

* cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
instead of 256.  Use consistent test for designated initializers.
(cpp_init): Initialize trigraph_map.
(initialize_standard_includes, parse_option):  Use memcmp
instead of strncmp.

* cpplex.c (init_trigraph_map): Remove.
(trigraph_ok, trigraph_replace, lex_line): Refer to
_cpp_trigraph_map.

* cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
(do_unassert): Remove unused "next" local.

* system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35789 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpphash.h
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.c
gcc/system.h