mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Fixed typo in legacy.h
This commit is contained in:
parent
05a16801ca
commit
6e1c455e52
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#define FIXNUM_MINUSP(n) ecl_fixnum_minusp(n)
|
||||
#define FIXNUM_PLUSP(n) ecl_fixnum_plusp(n)
|
||||
#define fix(o) ecl_fixnum(o)
|
||||
#define FIXNUMP(o) ECL_FINXUMP(o)
|
||||
#define FIXNUMP(o) ECL_FIXNUMP(o)
|
||||
|
||||
#define sf(obje) (obje)->SF.SFVAL
|
||||
#define df(obje) (obje)->DF.DFVAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue