This was disabled from outside of ecl-min (not sure why). Achieved
with bounding ext::*register-with-pde-hook* to already defined
Works ok with swank for both macros and functions.
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
;; (EXT:OPTIONAL-ANNOTATION arguments for EXT:ANNOTATE)
(si::fset 'ext:optional-annotation
#'(ext:lambda-block ext:optional-annotation (whole env)
- (declare (ignore env #-ecl-min whole))
- #+ecl-min
+ (declare (ignore env))
`(ext:annotate ,@(rest whole)))
t)
#+ecl-min
(when (null *documentation-pool*) (new-documentation-pool 1024))
-#+ecl-min
(setq ext::*register-with-pde-hook* 'default-annotation-logic)
-
-