summaryrefslogtreecommitdiff
path: root/libguile/root.h
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2002-04-20 20:57:09 +0000
committerGary Houston <ghouston@arglist.com>2002-04-20 20:57:09 +0000
commit5e423a39aba9c1a7a1e47ef6016c6ed19abf8ed4 (patch)
tree30960f6cc5a69e39c4f7a89afe6ec44d28709482 /libguile/root.h
parentce9d056227b0548cf5c1ca11dab10dfe0b8e491c (diff)
downloadguile-5e423a39aba9c1a7a1e47ef6016c6ed19abf8ed4.tar.gz
* removal of unused fields in root state (thanks to Christopher
Cramer for pointing out the disuse.) * root.h (scm_root_state): removed def_inp, def_outp, def_errp. * root.c (root_mark): don't mark them. (scm_make_root): don't set them to #f. * init.c (scm_init_standard_ports): don't initialise with the default ports.
Diffstat (limited to 'libguile/root.h')
-rw-r--r--libguile/root.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/root.h b/libguile/root.h
index ca4a7ef62..bc474039f 100644
--- a/libguile/root.h
+++ b/libguile/root.h
@@ -100,9 +100,6 @@ typedef struct scm_root_state
SCM cur_inp;
SCM cur_outp;
SCM cur_errp;
- SCM def_inp;
- SCM def_outp;
- SCM def_errp;
SCM cur_loadp;
SCM fluids;