summaryrefslogtreecommitdiffstats
path: root/nss_expr_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss_expr_scan.c')
-rw-r--r--nss_expr_scan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nss_expr_scan.c b/nss_expr_scan.c
index 490ff54..b578651 100644
--- a/nss_expr_scan.c
+++ b/nss_expr_scan.c
@@ -1432,6 +1432,7 @@ register char *yy_bp;
#endif /* ifndef YY_NO_UNPUT */
+#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput()
#else
@@ -1503,7 +1504,7 @@ static int input()
return c;
}
-
+#endif /* YY_NO_INPUT */
#ifdef YY_USE_PROTOS
void yyrestart( FILE *input_file )