Mercurial > hg > octave-nkf
diff src/parse.h @ 4426:51a0dcde8778
[project @ 2003-06-13 19:16:37 by jwe]
author | jwe |
---|---|
date | Fri, 13 Jun 2003 19:16:38 +0000 |
parents | 813effe14ee1 |
children | 6ceba1f351fb |
line wrap: on
line diff
--- a/src/parse.h +++ b/src/parse.h @@ -27,6 +27,8 @@ #include <string> +#include <stack> + extern void reset_parser (void); extern int yylex (void); extern int yyparse (void); @@ -53,7 +55,7 @@ extern int current_input_column; // Buffer for help text snagged from function files. -extern std::string help_buf; +extern std::stack<std::string> help_buf; // TRUE means we are using readline. extern bool line_editing;