comparison src/variables.h @ 1162:c210c5a25a48

[project @ 1995-02-27 17:36:16 by jwe]
author jwe
date Mon, 27 Feb 1995 17:38:57 +0000
parents 74397545c242
children 611d403c7f3d
comparison
equal deleted inserted replaced
1161:0326a802cd5c 1162:c210c5a25a48
107 #if 0 107 #if 0
108 extern void bind_nargin_and_nargout (symbol_table *sym_tab, 108 extern void bind_nargin_and_nargout (symbol_table *sym_tab,
109 int nargin, int nargout); 109 int nargin, int nargout);
110 #endif 110 #endif
111 111
112 extern void bind_ans (const tree_constant& val, int print);
113
112 extern void bind_builtin_variable (const char *, tree_constant *, 114 extern void bind_builtin_variable (const char *, tree_constant *,
113 int protect = 0, int eternal = 0, 115 int protect = 0, int eternal = 0,
114 sv_Function f = (sv_Function) 0, 116 sv_Function f = (sv_Function) 0,
115 const char *help = 0); 117 const char *help = 0);
116 118