[Ecls-list] Bug in callbacks compilation?
Yuan Huai
huaiyuan at gmail.com
Wed Apr 12 11:33:04 UTC 2006
It seems the following change is required for compiling callbacks:
--- ecl/src/cmp/cmptop.lsp.~1.76.~ 2006-02-16 06:04:55.000000000 -0500
+++ ecl/src/cmp/cmptop.lsp 2006-04-12 13:25:54.000000000 -0400
@@ -209,7 +209,7 @@
;;; Callbacks
(when *callbacks*
- (wt-h "#include <internal.h>")
+ (wt-h "#include <ecl/internal.h>")
(dolist (x *callbacks*)
(apply #'t3-defcallback x)))
More information about the ecl-devel
mailing list