summaryrefslogtreecommitdiff
path: root/libguile/smob.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/smob.c')
-rw-r--r--libguile/smob.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/smob.c b/libguile/smob.c
index 54189bddd..b9651c252 100644
--- a/libguile/smob.c
+++ b/libguile/smob.c
@@ -38,6 +38,10 @@
* If you write modifications of your own for GUILE, it is your choice
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice. */
+
+/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999,
+ gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */
+
#include <stdio.h>
@@ -273,4 +277,6 @@ scm_smob_prehistory ()
scm_make_smob_type_mfpe ("bigneg", 0,
NULL, NULL, scm_bigprint, scm_bigequal);
+
+ scm_make_smob_type("allocated", 0);
}