Changes in src/Parser/lex.ll [637dd9c:61fc4f6]
- File:
-
- 1 edited
-
src/Parser/lex.ll (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/lex.ll
r637dd9c r61fc4f6 10 10 * Created On : Sat Sep 22 08:58:10 2001 11 11 * Last Modified By : Peter A. Buhr 12 * Last Modified On : Thu May 3 13:42:40201813 * Update Count : 67 612 * Last Modified On : Sun Apr 29 14:10:49 2018 13 * Update Count : 675 14 14 */ 15 15 … … 174 174 } 175 175 176 /* preprocessor-style directives*/176 /* ignore preprocessor-style directives (for now) */ 177 177 ^{h_white}*"#"[^\n]*"\n" { RETURN_VAL( DIRECTIVE ); } 178 178
Note:
See TracChangeset
for help on using the changeset viewer.