changeset 1160:74397545c242

[project @ 1995-02-27 16:11:17 by jwe]
author jwe
date Mon, 27 Feb 1995 16:11:17 +0000
parents 67a2682c02b0
children 0326a802cd5c
files src/variables.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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,