From cf55986a90c7f66d27d14ef2547971710e3e9e2f Mon Sep 17 00:00:00 2001 From: Mikel Bancroft Date: Wed, 24 May 2006 08:33:07 +0000 Subject: 5/24/2006: mutandiz [allegrocl] Don't require full class definition to generate CLOS wrapper. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9131 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/allegrocl/allegrocl.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/allegrocl/allegrocl.swg') diff --git a/Lib/allegrocl/allegrocl.swg b/Lib/allegrocl/allegrocl.swg index 548c66827..94328de29 100644 --- a/Lib/allegrocl/allegrocl.swg +++ b/Lib/allegrocl/allegrocl.swg @@ -268,7 +268,7 @@ $body)" (defmacro defswig2 (name (&rest args) &body body) `(progn (defmacro ,name ,args ,@body) -b (excl::define-simple-parser ,name second))) + (excl::define-simple-parser ,name second))) (defun read-symbol-from-string (string) (multiple-value-bind (result position) -- cgit v1.2.1