changeset 1605:a77f2df21864

[project @ 1995-11-02 10:47:21 by jwe]
author jwe
date Thu, 02 Nov 1995 10:47:56 +0000
parents 583476712438
children 2d0541468991
files src/toplev.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/toplev.h	Thu Nov 02 10:32:51 1995 +0000
+++ b/src/toplev.h	Thu Nov 02 10:47:56 1995 +0000
@@ -36,7 +36,8 @@
 extern void parse_and_execute (FILE *f, int print = 0);
 
 extern void parse_and_execute (const char *s, int print = 0,
-			       int verbose = 0);
+			       int verbose = 0,
+			       const char *warn_for = 0);
 
 extern tree_constant eval_string (const char *string, int print,
 				  int& parse_status);