# HG changeset patch # User jwe # Date 760168190 0 # Node ID b851a7712cc7c83edb54c3de84e0c135d5d5c2c5 # Parent d93ab6bf48d7e2e8d981489179d77bebd763aa08 [project @ 1994-02-02 05:49:50 by jwe] diff --git a/src/builtins.cc b/src/builtins.cc --- a/src/builtins.cc +++ b/src/builtins.cc @@ -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);