complex can now be used as an identifier
Remove final vestiges of 'complex' keyword. Closes #252
This commit is contained in:
parent
8edb047785
commit
638ca8152d
5 changed files with 25 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ SwigType *NewSwigType(int t) {
|
|||
return NewString("double");
|
||||
break;
|
||||
case T_COMPLEX:
|
||||
return NewString("complex");
|
||||
return NewString("_Complex");
|
||||
break;
|
||||
case T_CHAR:
|
||||
return NewString("char");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue