summaryrefslogtreecommitdiff
path: root/include/symcat.h
Commit message (Collapse)AuthorAgeFilesLines
* restore commentJason Merrill2000-06-011-1/+1
| | | | From-SVN: r34349
* cpphash.h (U): New define, to correct type of string constants.Zack Weinberg2000-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc: * cpphash.h (U): New define, to correct type of string constants. (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper routines, to do casts when passing unsigned strings to libc. * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them. * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *. * cpphash.c (_cpp_quote_string): Make string an U_CHAR *. * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *. * cpplex.c (parse_ifdef, parse_include, validate_else): Make second argument an U_CHAR *. * cppinit.c (builtin_array): Make name and value U_CHAR *, add length field, clean up initializer. (ISTABLE): Add __extension__ to designated- initializers version. * cpplex.c (CHARTAB): Likewise. * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS case so the file won't be empty. include: * symcat.h: Remove #endif label. From-SVN: r33657
* symcat.h: Honor autoconf macro HAVE_STRINGIZE.Kaveh R. Ghazi2000-04-171-1/+10
| | | | | | | * symcat.h: Honor autoconf macro HAVE_STRINGIZE. Add comments/caveats with regard to traditional C behavior. From-SVN: r33209
* symcat.h (STRINGX): Change "?" to "s" to stringify argument s.Hans-Peter Nilsson2000-01-011-2/+2
| | | | | | | * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s" to stringify argument s. From-SVN: r31159
* SyncJeff Law1999-04-061-0/+40
* Add symcat file. * libiberty.h expose basename prototype on more systems From-SVN: r26238