summaryrefslogtreecommitdiff
path: root/libguile/struct.h
diff options
context:
space:
mode:
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 fcd8ec858..04f5e3e02 100644
--- a/libguile/struct.h
+++ b/libguile/struct.h
@@ -79,7 +79,6 @@ SCM_API SCM scm_struct_table;
#define SCM_STRUCT_GC_CHAIN(X) SCM_CELL_OBJECT_3 (X)
#define SCM_SET_STRUCT_GC_CHAIN(X, Y) SCM_SET_CELL_OBJECT_3 (X, Y)
-SCM_API SCM scm_i_structs_to_free;