summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/lex.yy.cpp.diff
blob: bd03e464bb78e3b7fe09f9d6e2e8d2bc1353b6ee (plain)
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
28
29
30
31
32
33
34
--- lex.yy.cpp.orig	Mon Mar 23 15:30:42 1998
+++ lex.yy.cpp	Mon Mar 23 15:30:42 1998
@@ -215,12 +215,14 @@
 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
 
+#if 0
 static int yy_start_stack_ptr = 0;
 static int yy_start_stack_depth = 0;
 static int *yy_start_stack = 0;
 static void yy_push_state YY_PROTO(( int new_state ));
 static void yy_pop_state YY_PROTO(( void ));
 static int yy_top_state YY_PROTO(( void ));
+#endif /* 0 */
 
 static void *yy_flex_alloc YY_PROTO(( unsigned int ));
 static void *yy_flex_realloc YY_PROTO(( void *, unsigned int ));
@@ -1777,6 +1779,7 @@
 	}
 
 
+#if 0
 #ifdef YY_USE_PROTOS
 static void yy_push_state( int new_state )
 #else
@@ -1822,7 +1825,7 @@
 	{
 	return yy_start_stack[yy_start_stack_ptr - 1];
 	}
-
+#endif /* 0 */
 
 #ifdef YY_USE_PROTOS
 static void yy_fatal_error( const char msg[] )