mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 15:22:03 -08:00
Changed cmpwt.lsp to match the new ecl_def_ct* macros
This commit is contained in:
parent
7ac6003418
commit
c3d234a149
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@
|
|||
(static-constant-delegate name-imag (imagpart value) stream)
|
||||
(terpri stream)
|
||||
(format stream
|
||||
"ecl_def_ct_complex(~A,&~Adata,&~Adata,static,const);"
|
||||
"ecl_def_ct_complex(~A,&~A_data,&~A_data,static,const);"
|
||||
name name-real name-imag)))
|
||||
|
||||
#+sse2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue