1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* * read.c: Recording of positions disabled by default.

This commit is contained in:
Mikael Djurfeldt 1996-11-02 20:54:03 +00:00
parent ecdb5eb2f1
commit ac74fc22fb

View file

@ -65,7 +65,7 @@
scm_option scm_read_opts[] = {
{ SCM_OPTION_BOOLEAN, "copy", 0,
"Copy source code expressions." },
{ SCM_OPTION_BOOLEAN, "positions", 1,
{ SCM_OPTION_BOOLEAN, "positions", 0,
"Record positions of source code expressions." }
};