Searched refs:__modifier (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.h | 138 #define OBSOLETE_MODIFIER_WARNING(cl, flags, __modifier, arg) \ argument 140 if (flag_redundant && (cl) && ((flags) & (__modifier))) \ 143 java_accstring_lookup (__modifier), arg); \ 145 #define OBSOLETE_MODIFIER_WARNING2(cl, flags, __modifier, arg1, arg2) \ argument 147 if (flag_redundant && (cl) && ((flags) & (__modifier))) \ 150 java_accstring_lookup (__modifier), arg1, arg2);\
|
H A D | ChangeLog | 7399 to `__modifier' to avoid stringifying it.
|