summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/detex-src/detex.l
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/detex/detex-src/detex.l')
-rw-r--r--Build/source/texk/detex/detex-src/detex.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/detex/detex-src/detex.l b/Build/source/texk/detex/detex-src/detex.l
index f869455277a..6213342a439 100644
--- a/Build/source/texk/detex/detex-src/detex.l
+++ b/Build/source/texk/detex/detex-src/detex.l
@@ -366,7 +366,7 @@ VERBSYMBOL =|\\leq|\\geq|\\in|>|<|\\subseteq|\subseteq|\\subset|\\supset|\\sim|\
<Normal>"$" /* math mode */ {BEGIN Math; NOUN;}
<Math>"$" BEGIN Normal;
-<Math>"\n" NEWLINE;
+<Math>"\n" ;
<Math>"\\$" ;
<Math>{VERBSYMBOL} VERBNOUN;
<Math>. ;
@@ -420,7 +420,7 @@ VERBSYMBOL =|\\leq|\\geq|\\in|>|<|\\subseteq|\subseteq|\\subset|\\supset|\\sim|\
<Control>\\[a-zA-Z@]+ IGNORE;
<Control>[a-zA-Z@0-9]*[-'=`][^ \t\n{]* IGNORE;
-<Control>"\n"+ {BEGIN Normal; /*NEWLINE;*/}
+<Control>"\n" {BEGIN Normal; /*NEWLINE;*/}
<Control>[ \t]*[{]+ {++currBracesLevel;BEGIN Normal; IGNORE;}
<Control>[ \t]* {BEGIN Normal; IGNORE;}
<Control>. {yyless(0);BEGIN Normal;}
@@ -443,7 +443,7 @@ VERBSYMBOL =|\\leq|\\geq|\\in|>|<|\\subseteq|\subseteq|\\subset|\\supset|\\sim|\
putchar(')');
footnoteLevel = -100;
}
- SPACE;}
+ }
<Normal>{W}[']*{W} { if (fWord)
(void)printf("%s\n", yytext);
else