mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 20:42:03 -08:00
Fix typo.
This commit is contained in:
parent
3ef9e7fcf8
commit
77c8cc4ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue