diff src/defun.cc @ 4234:90e44267e8cf

[project @ 2002-12-21 17:15:25 by jwe]
author jwe
date Sat, 21 Dec 2002 17:15:25 +0000
parents e96f52432059
children 3e94126d8071
line wrap: on
line diff
--- a/src/defun.cc	Fri Dec 20 22:43:55 2002 +0000
+++ b/src/defun.cc	Sat Dec 21 17:15:25 2002 +0000
@@ -97,7 +97,8 @@
 
 void
 install_builtin_function (octave_builtin::fcn f, const std::string& name,
-			  const std::string& doc, bool is_text_fcn)
+			  const std::string& doc, bool is_text_fcn,
+			  bool /* can_hide_function -- not yet implemented */)
 {
   symbol_record *sym_rec = fbi_sym_tab->lookup (name, true);