View | Details | Raw Unified | Return to bug 218453
Collapse All | Expand All

(-)giscanner/scannerlexer.l (+2 lines)
Lines 164-169 Link Here
164
"__inline__"                            { return INLINE; }
164
"__inline__"                            { return INLINE; }
165
"__inline"				{ return INLINE; }
165
"__inline"				{ return INLINE; }
166
"__nonnull" 			        { if (!parse_ignored_macro()) REJECT; }
166
"__nonnull" 			        { if (!parse_ignored_macro()) REJECT; }
167
"_Nonnull" 			        { /* Ignore */ }
168
"_Nullable" 			        { /* Ignore */ }
167
"_Noreturn" 			        { /* Ignore */ }
169
"_Noreturn" 			        { /* Ignore */ }
168
"__signed"                              { return SIGNED; }
170
"__signed"                              { return SIGNED; }
169
"__signed__"				{ return SIGNED; }
171
"__signed__"				{ return SIGNED; }

Return to bug 218453