summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-12-04 19:45:55 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-12-04 19:45:55 -0800
commit2c104e21b13dc50c0ce2e7cb7db6d8fe477c4e1f (patch)
tree87eeb03a1b90d66e61bf5fbd823e577b582251a4 /parser.l
parent0f6cf1bdb8407b7e003ca983145d3f67a6ca78dc (diff)
downloadtxr-2c104e21b13dc50c0ce2e7cb7db6d8fe477c4e1f.tar.gz
txr-2c104e21b13dc50c0ce2e7cb7db6d8fe477c4e1f.tar.bz2
txr-2c104e21b13dc50c0ce2e7cb7db6d8fe477c4e1f.zip
Removes stray debug printf from lexer.
* parser.l: A stray printf was committed in November 2015. The spurious output only occurs when certain invalid floating-point syntax is encountered.
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.l b/parser.l
index 89c89193..a123f2f1 100644
--- a/parser.l
+++ b/parser.l
@@ -381,7 +381,6 @@ UONLY {U2}{U}|{U3}{U}{U}|{U4}{U}{U}{U}
<SPECIAL,QSPECIAL>{TOK}/{DOTFLO} |
<BRACED>{BTOK}/{DOTFLO} |
<NESTED>{NTOK}/{DOTFLO} {
- printf("yytext: %s\n", yytext);
yyerrorf(yyg, lit("cramped floating-point literal: "
"space needed between ~a and dot."),
string_own(utf8_dup_from(yytext)),