diff src/variables.h @ 1160:74397545c242

[project @ 1995-02-27 16:11:17 by jwe]
author jwe
date Mon, 27 Feb 1995 16:11:17 +0000
parents 46619c5ca048
children c210c5a25a48
line wrap: on
line diff
--- a/src/variables.h	Mon Feb 27 05:12:56 1995 +0000
+++ b/src/variables.h	Mon Feb 27 16:11:17 1995 +0000
@@ -104,8 +104,10 @@
 
 extern void alias_builtin (const char *alias, const char *name);
 
+#if 0
 extern void bind_nargin_and_nargout (symbol_table *sym_tab,
 				     int nargin, int nargout);
+#endif
 
 extern void bind_builtin_variable (const char *, tree_constant *,
 				   int protect = 0, int eternal = 0,