diff src/variables.h @ 3259:fa345875edea

[project @ 1999-07-22 04:30:18 by jwe]
author jwe
date Thu, 22 Jul 1999 04:30:25 +0000
parents 4964d5391acc
children 7ae1928ca623
line wrap: on
line diff
--- a/src/variables.h	Wed Jul 21 21:52:04 1999 +0000
+++ b/src/variables.h	Thu Jul 22 04:30:25 1999 +0000
@@ -95,6 +95,11 @@
 extern void clear_global_error_variable (void *);
 
 extern void
+bind_builtin_constant (const string&, const octave_value&,
+		       bool protect = false, bool eternal = false,
+		       const string& help = string ());
+
+extern void
 bind_builtin_variable (const string&, const octave_value&,
 		       bool protect = false, bool eternal = false,
 		       symbol_record::change_function f = 0,