Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define. | jsm28 | 2010-03-23 | 1 | -1/+7 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157674 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Update the address and phone number of the FSF organization. | nickc | 2005-05-10 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99518 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | restore comment | jason | 2000-06-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34349 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | gcc: | zack | 2000-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33657 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | * symcat.h: Honor autoconf macro HAVE_STRINGIZE. Add | ghazi | 2000-04-17 | 1 | -1/+10 |
| | | | | | | | comments/caveats with regard to traditional C behavior. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33209 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s" | hp | 2000-01-01 | 1 | -2/+2 |
| | | | | | | | to stringify argument s. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31159 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Sync | law | 1999-04-07 | 1 | -0/+40 |
* Add symcat file. * libiberty.h expose basename prototype on more systems git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26238 138bc75d-0d04-0410-961f-82ee72b054a4 |