diff src/parse.h @ 4753:9f0ce1536368

[project @ 2004-02-13 17:55:24 by jwe]
author jwe
date Fri, 13 Feb 2004 17:55:24 +0000
parents 6ceba1f351fb
children 85b315ad5f7d
line wrap: on
line diff
--- a/src/parse.h	Sat Feb 07 22:47:38 2004 +0000
+++ b/src/parse.h	Fri Feb 13 17:55:24 2004 +0000
@@ -30,8 +30,8 @@
 #include <stack>
 
 extern void reset_parser (void);
-extern int yylex (void);
-extern int yyparse (void);
+extern int octave_lex (void);
+extern int octave_parse (void);
 
 class tree;
 class tree_matrix;
@@ -46,7 +46,7 @@
 extern symbol_table *tmp_local_sym_tab;
 
 // Nonzero means print parser debugging info (-d).
-extern int yydebug;
+extern int octave_debug;
 
 // The current input line number.
 extern int input_line_number;