diff options
author | Mikel Bancroft <mikel@franz.com> | 2006-05-24 08:33:07 +0000 |
---|---|---|
committer | Mikel Bancroft <mikel@franz.com> | 2006-05-24 08:33:07 +0000 |
commit | cf55986a90c7f66d27d14ef2547971710e3e9e2f (patch) | |
tree | c3b5dce42fc16629960b1e21a112828f254b99d3 /Lib/allegrocl/allegrocl.swg | |
parent | f5951ecb34e872f871fb50de210a9de238c33b4b (diff) | |
download | swig-cf55986a90c7f66d27d14ef2547971710e3e9e2f.tar.gz |
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
Diffstat (limited to 'Lib/allegrocl/allegrocl.swg')
-rw-r--r-- | Lib/allegrocl/allegrocl.swg | 2 |
1 files changed, 1 insertions, 1 deletions
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) |