changeset 323:b851a7712cc7

[project @ 1994-02-02 05:49:50 by jwe]
author jwe
date Wed, 02 Feb 1994 05:49:50 +0000
parents d93ab6bf48d7
children 7bf8cd7cafde
files src/builtins.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/builtins.cc	Wed Feb 02 04:30:42 1994 +0000
+++ b/src/builtins.cc	Wed Feb 02 05:49:50 1994 +0000
@@ -863,13 +863,13 @@
   bind_builtin_variable ("PAGER", tmp, 0, 1);
 
   tmp = new tree_constant (0.0);
-  bind_builtin_variable ("SEEK_SET", tmp, 0, 1);
+  bind_builtin_variable ("SEEK_SET", tmp, 1, 1);
 
   tmp = new tree_constant (1.0);
-  bind_builtin_variable ("SEEK_CUR", tmp, 0, 1);
+  bind_builtin_variable ("SEEK_CUR", tmp, 1, 1);
 
   tmp = new tree_constant (2.0);
-  bind_builtin_variable ("SEEK_END", tmp, 0, 1);
+  bind_builtin_variable ("SEEK_END", tmp, 1, 1);
 
   tmp = new tree_constant (DBL_EPSILON);
   bind_builtin_variable ("eps", tmp, 1, 1);