mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Fixed typo in expansion for ecl_def_ct_long_float
This commit is contained in:
parent
18475973a8
commit
a8f9de1f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
static const cl_object name = (cl_object)(& name ## data)
|
||||
|
||||
#define ecl_def_ct_long_float(name,f,static,const) \
|
||||
static const struct ecl_longfloat name ## data = { \
|
||||
static const struct ecl_long_float name ## data = { \
|
||||
(int8_t)t_longfloat, 0, 0, 0, \
|
||||
(long double)(f) }; \
|
||||
static const cl_object name = (cl_object)(& name ## data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue