Changes in src/Parser/lex.ll [8b47e50:a67b60e]
- File:
-
- 1 edited
-
src/Parser/lex.ll (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/lex.ll
r8b47e50 ra67b60e 10 10 * Created On : Sat Sep 22 08:58:10 2001 11 11 * Last Modified By : Peter A. Buhr 12 * Last Modified On : Wed Ju l 12 18:04:44201713 * Update Count : 5 3512 * Last Modified On : Wed Jun 28 21:03:45 2017 13 * Update Count : 529 14 14 */ 15 15 … … 59 59 } 60 60 61 // Stop warning due to incorrectly generated flex code.62 #pragma GCC diagnostic ignored "-Wsign-compare"63 61 %} 64 62 … … 274 272 __volatile__ { KEYWORD_RETURN(VOLATILE); } // GCC 275 273 while { KEYWORD_RETURN(WHILE); } 276 with { KEYWORD_RETURN(WITH); } // CFA277 274 zero_t { NUMERIC_RETURN(ZERO_T); } // CFA 278 275
Note:
See TracChangeset
for help on using the changeset viewer.