diff 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
line wrap: on
line diff
--- a/src/variables.h
+++ b/src/variables.h
@@ -109,6 +109,8 @@
 				     int nargin, int nargout);
 #endif
 
+extern void bind_ans (const tree_constant& val, int print);
+
 extern void bind_builtin_variable (const char *, tree_constant *,
 				   int protect = 0, int eternal = 0,
 				   sv_Function f = (sv_Function) 0,