changeset 1747:59a3a2a83cb5

[project @ 1996-01-13 08:57:03 by jwe]
author jwe
date Sat, 13 Jan 1996 08:57:03 +0000
parents 08e778219ef0
children 9aa6bab02ee4
files src/toplev.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/toplev.h	Sat Jan 13 08:36:49 1996 +0000
+++ b/src/toplev.h	Sat Jan 13 08:57:03 1996 +0000
@@ -31,11 +31,13 @@
 class tree_statement_list;
 class charMatrix;
 
+#include <string>
+
 extern void clean_up_and_exit (int) NORETURN;
 
 extern void parse_and_execute (FILE *f, int print = 0);
 
-extern void parse_and_execute (const char *s, int print = 0,
+extern void parse_and_execute (const string& s, int print = 0,
 			       int verbose = 0,
 			       const char *warn_for = 0);