Clozure CL save-application fixes
Tue May 19 16:32:42 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Clozure CL save-application fixes
hunk ./src/lib/CMakeLists.txt 15
+install(TARGETS qt-smoke-extra
+ LIBRARY DESTINATION lib)
+
hunk ./src/object.lisp 169
-(cffi:defcfun qt-smoke-register-event-notify :boolean
- (event-notify :pointer))
+(eval-when (:compile-toplevel :load-toplevel :execute)
+ (cffi:defcfun qt-smoke-register-event-notify :boolean
+ (event-notify :pointer)))
hunk ./src/qt.lisp 34
-(smoke:eval-startup (:compile-toplevel :execute)
+(eval-when (:load-toplevel :compile-toplevel :execute)