summaryrefslogtreecommitdiff
blob: e6a8cd3cc7f5e233fc49c48b5cff4fd573fbd309 (plain)
1
2
3
4
5
6
7
8
9
10
Index: fbsd-6/bin/sh/arith_lex.l
===================================================================
--- fbsd-6.orig/bin/sh/arith_lex.l
+++ fbsd-6/bin/sh/arith_lex.l
@@ -128,5 +128,4 @@ extern char *arith_buf, *arith_startbuf;
 void
 arith_lex_reset(void)
 {
-	YY_NEW_FILE;
 }