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.
12 lines
655 B
12 lines
655 B
--- zlex/src/opttab0.c.orig 1996-12-12 17:39:13.000000000 +0100 |
|
+++ zlex/src/opttab0.c 2003-07-23 15:32:06.000000000 +0200 |
|
@@ -101,8 +101,7 @@ |
|
OPT_ENTRY("prefix", 'P', INTERN_OPT_FLAG|REQUIRED_OPT_FLAG, |
|
PREFIX_OPT, NULL, |
|
(VOIDP) &options.prefix, stringOptFn, |
|
- "PREFIX\tUse %A as prefix of certain global names in |
|
-generated scanner\tyy"), |
|
+ "PREFIX\tUse %A as prefix of certain global names in generated scanner\tyy"), |
|
OPT_ENTRY("sentinel", 'S', REQUIRED_OPT_FLAG, SENTINEL_OPT, NULL, |
|
(VOIDP) &options.sentinelChar, intOptFn0, |
|
"CHAR-CODE\tUse character with decimal code %A as sentinel\t0"),
|
|
|