From 438396422cf866b96ccdb10c32875e425b37c0ac Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 13 Jul 2003 17:34:18 +0000 Subject: 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 --- gcc/hashtable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/hashtable.h') diff --git a/gcc/hashtable.h b/gcc/hashtable.h index 47ec1cc..b14ab18 100644 --- a/gcc/hashtable.h +++ b/gcc/hashtable.h @@ -19,6 +19,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define GCC_HASHTABLE_H #include "obstack.h" +#define GTY(x) /* nothing */ /* This is what each hash table entry points to. It may be embedded deeply within another object. */ -- cgit v1.1