diff src/builtins.cc @ 164:e2c950dd96d2

[project @ 1993-10-18 19:32:00 by jwe]
author jwe
date Mon, 18 Oct 1993 19:32:00 +0000
parents bf5faf25151e
children 49ab724d0a32
line wrap: on
line diff
--- a/src/builtins.cc
+++ b/src/builtins.cc
@@ -37,6 +37,7 @@
 #include "octave.h"
 #include "utils.h"
 #include "tree.h"
+#include "help.h"
 #include "mappers.h"
 #include "user-prefs.h"
 #include "variables.h"
@@ -666,8 +667,8 @@
   { NULL, NULL, NULL, NULL, },
 };
 
-void
-make_eternal (char *s)
+static void
+make_eternal (const char *s)
 {
   symbol_record *sym_rec = curr_sym_tab->lookup (s, 0, 0);
   if (sym_rec != (symbol_record *) NULL)
@@ -896,7 +897,7 @@
 }
 
 int
-is_text_function_name (char *s)
+is_text_function_name (const char *s)
 {
   int retval = 0;