Sat Nov 14 00:47:11 UTC 2009 pix@kepibu.org
* Limit make-load-form to regexp templates
hunk ./regexp-template.lisp 19
-;; prevent clisp from crashing when it loads .fas files with #t(...) forms in them
-(defmethod make-load-form ((object unify::template) &optional env)
+;; prevent clisp from crashing when it loads .fas files with our regexp templates in them
+(defmethod make-load-form ((object unify::regular-expression-template) &optional env)
hunk ./regexp-template.lisp 22
+ `(make-template ',(first (template-spec object)) ',(template-spec object))
+ #+(or) ; make-instance should be fine, too