]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/init.c
Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
authorZack Weinberg <zack@codesourcery.com>
Sun, 13 Jul 2003 17:34:18 +0000 (17:34 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 13 Jul 2003 17:34:18 +0000 (17:34 +0000)
commit438396422cf866b96ccdb10c32875e425b37c0ac
treea7cccc1c8ac0a9c5388a19e98814b9a1cc541648
parent0acf4f8857224501ab8bd97bf0146f7cb766441e
Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).

* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
(hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
list.  Move these all together down by cpplib.

* cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
definition of CPPCHAR_SIGNED_T.

* cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
* cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
* line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.

* cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
* cppinit.c (cpp_create_reader): Likewise.

* cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
* cpptrad.c: Likewise.  All callers changed.
* cpplib.c: All callers changed.
* c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
* hashtable.h: Define GTY(x) to nothing here too.

From-SVN: r69298
20 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/c-ppoutput.c
gcc/cppcharset.c
gcc/cpperror.c
gcc/cppexp.c
gcc/cppfiles.c
gcc/cpphash.c
gcc/cpphash.h
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmacro.c
gcc/cpppch.c
gcc/cpptrad.c
gcc/hashtable.c
gcc/hashtable.h
gcc/line-map.c
gcc/mkdeps.c