Home
last modified time | relevance | path

Searched refs:STDC89 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c61 #define STDC89 1 macro
150 D(elif, T_ELIF, STDC89, COND | EXPAND) \
151 D(error, T_ERROR, STDC89, 0) \
152 D(pragma, T_PRAGMA, STDC89, IN_I) \
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc62 #define STDC89 1 macro
156 D(elif, T_ELIF, STDC89, COND | EXPAND) \
159 D(error, T_ERROR, STDC89, 0) \
160 D(pragma, T_PRAGMA, STDC89, IN_I) \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005161 (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
5275 TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
H A DChangeLog-200130537 * cpplib.c (T_ELIF): Move to STDC89, not that it matters.