diff src/builtins.h @ 164:e2c950dd96d2

[project @ 1993-10-18 19:32:00 by jwe]
author jwe
date Mon, 18 Oct 1993 19:32:00 +0000
parents 78fd87e624cb
children 91ec95436dca
line wrap: on
line diff
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -28,9 +28,8 @@
 #pragma interface
 #endif
 
-#include <Complex.h>
-
-#include "help.h"
+class Complex;
+struct help_list;
 
 #ifndef MAPPER_FCN_TYPEDEFS
 #define MAPPER_FCN_TYPEDEFS 1
@@ -77,7 +76,7 @@
 };
 
 extern void install_builtins (void);
-extern int is_text_function_name (char *s);
+extern int is_text_function_name (const char *s);
 
 extern help_list *builtin_mapper_functions_help (void);
 extern help_list *builtin_general_functions_help (void);