summaryrefslogtreecommitdiff
path: root/libguile/struct.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-12-05 11:16:54 +0100
committerAndy Wingo <wingo@pobox.com>2009-12-05 11:16:54 +0100
commit1be8532fdb7715451b939571f9a147635df9cd65 (patch)
treefc68f9fdbd401eb9ad323762a08d6593d98f0e75 /libguile/struct.h
parentdd3a26f3da712564a294ad5890de12bcc6cb8849 (diff)
downloadguile-1be8532fdb7715451b939571f9a147635df9cd65.tar.gz
some scm_i_init_guile cleanups
* libguile/init.c (scm_i_init_guile): Since hash tables are tc7 objects, things that depend on hash tables no longer depend on smobs, so move smob_prehistory up a bit. No more struct_prehistory. * libguile/struct.h: * libguile/struct.c (scm_struct_prehistory): Remove empty function.
Diffstat (limited to 'libguile/struct.h')
-rw-r--r--libguile/struct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/struct.h b/libguile/struct.h
index 9372cecda..1e80fc188 100644
--- a/libguile/struct.h
+++ b/libguile/struct.h
@@ -157,7 +157,6 @@ SCM_API SCM scm_struct_create_handle (SCM obj);
SCM_API SCM scm_struct_vtable_name (SCM vtable);
SCM_API SCM scm_set_struct_vtable_name_x (SCM vtable, SCM name);
SCM_API void scm_print_struct (SCM exp, SCM port, scm_print_state *);
-SCM_API void scm_struct_prehistory (void);
SCM_INTERNAL SCM scm_i_struct_equalp (SCM s1, SCM s2);
SCM_INTERNAL unsigned long scm_struct_ihashq (SCM, unsigned long, void *);