Fix typo.

This commit is contained in:
jjgarcia 2001-07-29 16:25:10 +00:00
parent 3ef9e7fcf8
commit 77c8cc4ebf

View file

@ -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));