From 77c8cc4ebf65f2fd45811cc4436eaab685925b21 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Sun, 29 Jul 2001 16:25:10 +0000 Subject: [PATCH] Fix typo. --- src/c/alloc_2.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/alloc_2.d b/src/c/alloc_2.d index 56ebe8fe8..76df0631b 100644 --- a/src/c/alloc_2.d +++ b/src/c/alloc_2.d @@ -173,7 +173,7 @@ init_alloc(void) init_tm(t_pathname, "PATHNAME", sizeof(struct pathname)); /* 28 */ init_tm(t_symbol, "SYMBOL", sizeof(struct symbol)); /* 32 */ init_tm(t_package, "PACKAGE", sizeof(struct package)); /* 36 */ - init_tm(t_codeblock, "CODEBLOCK", sizeof(struct codeblock), 1); + init_tm(t_codeblock, "CODEBLOCK", sizeof(struct codeblock)); init_tm(t_bignum, "BIGNUM", sizeof(struct bignum)); init_tm(t_ratio, "RATIO", sizeof(struct ratio)); init_tm(t_complex, "COMPLEX", sizeof(struct complex));