Mercurial > hg > octave-nkf
diff src/parse.h @ 1755:3a9462b655f1
[project @ 1996-01-22 04:47:22 by jwe]
author | jwe |
---|---|
date | Mon, 22 Jan 1996 04:47:22 +0000 |
parents | 611d403c7f3d |
children | 4100e0cb00a1 |
line wrap: on
line diff
--- a/src/parse.h +++ b/src/parse.h @@ -24,6 +24,8 @@ #if !defined (octave_parse_h) #define octave_parse_h 1 +#include <string> + #include "SLStack.h" extern void discard_until (char c); @@ -74,7 +76,7 @@ extern int current_input_column; // Buffer for help text snagged from function files. -extern char *help_buf; +extern string help_buf; // Nonzero means we're working on a plot command. extern int plotting;