From 94768368c6ec74fd86e80ae792e8d311d6d84cb4 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 18 Jun 2003 12:59:11 +0000 Subject: [PATCH] Porting to the new "long-identifiers" editex lexer. --- helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll b/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll index 320162c75..01ddd0cf3 100644 --- a/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll +++ b/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll @@ -71,7 +71,7 @@ let conuri = baseuri "con" let varuri = baseuri "var" let indtyuri = baseuri "ind#1/" num let indconuri = baseuri "ind#1/" num "/" num -let blanks = [' ' '\t' '\n' '~' '{' '}'] | "\\;" +let blanks = [' ' '\t' '\n' '~' '{' '}'] | "\\;" | "\\rm" rule token = parse blanks { token lexbuf } (* skip blanks *) -- 2.39.2