Incorporated Macintosh changes submitted by Luigi Ballabio
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ec4c6aed07
commit
6e9629c7a8
8 changed files with 43 additions and 8 deletions
|
|
@ -41,8 +41,9 @@ Swig_cparm_name(Parm *p, int i) {
|
|||
|
||||
String *
|
||||
Swig_clocal(SwigType *t, String_or_char *name, String_or_char *value) {
|
||||
String *decl;
|
||||
String *decl = 0;
|
||||
|
||||
/* *((char *) decl) = 'x';*/
|
||||
decl = NewString("");
|
||||
switch(SwigType_type(t)) {
|
||||
case T_USER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue