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@9131 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
78113286d1
commit
7c36fe2581
3 changed files with 16 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue