Changed cmpwt.lsp to match the new ecl_def_ct* macros

This commit is contained in:
Juan Jose Garcia Ripoll 2010-11-06 15:01:25 +01:00
parent 7ac6003418
commit c3d234a149

View file

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