Changes in src/Parser/lex.ll [61fc4f6:35f730f]
- File:
-
- 1 edited
-
src/Parser/lex.ll (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/lex.ll
r61fc4f6 r35f730f 10 10 * Created On : Sat Sep 22 08:58:10 2001 11 11 * Last Modified By : Peter A. Buhr 12 * Last Modified On : Sun Apr 29 14:10:49201813 * Update Count : 67 512 * Last Modified On : Fri Apr 6 15:16:15 2018 13 * Update Count : 670 14 14 */ 15 15 … … 174 174 } 175 175 176 /* ignore preprocessor -styledirectives (for now) */177 ^{h_white}*"#"[^\n]*"\n" { RETURN_VAL( DIRECTIVE ); }176 /* ignore preprocessor directives (for now) */ 177 ^{h_white}*"#"[^\n]*"\n" ; 178 178 179 179 /* ignore C style comments (ALSO HANDLED BY CPP) */
Note:
See TracChangeset
for help on using the changeset viewer.