blob: 1926b77c5283c75c05c11e375fdf925a620ca81b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- ./rtrmgr/lex.opcmd.cc.orig 2010-07-19 21:10:33.000000000 +0000
+++ ./rtrmgr/lex.opcmd.cc 2014-02-26 21:17:13.000000000 +0000
@@ -518,6 +518,7 @@
static int yy_flex_strlen YY_PROTO(( yyconst char * ));
#endif
+#define YY_NO_INPUT
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput YY_PROTO(( void ));
@@ -1322,6 +1323,7 @@
#endif /* ifndef YY_NO_UNPUT */
+#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput()
#else
@@ -1393,7 +1395,7 @@
return c;
}
-
+#endif
#ifdef YY_USE_PROTOS
void yyrestart( FILE *input_file )
|