You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Index: lex.l |
|
--- lex.l.orig 2000-02-25 02:41:11 +0100 |
|
+++ lex.l 2007-12-22 16:17:07 +0100 |
|
@@ -87,8 +87,6 @@ |
|
STRING \"(\\.|\\\n|[^"\\])*\" |
|
QUOTED ({STRING}|\'(\\\'|[^'\n])*\'|\\.) |
|
|
|
-%p 5000 |
|
-%e 2000 |
|
%s CPP1 INIT1 INIT2 CURLY SQUARE LEXYACC SKIP COMMENT COMMLINE CPPCOMMENT EMBEDDED |
|
%% |
|
|
|
|