Fix a few more chicken bugs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7075 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f365398d8c
commit
3c8513346d
5 changed files with 23 additions and 7 deletions
|
|
@ -141,7 +141,7 @@ SWIG_Chicken_Barf(int code, C_char *msg, ...)
|
|||
c = 1;
|
||||
break;
|
||||
case SWIG_BARF1_CONTRACT_ASSERT:
|
||||
barfval = C_OUT_OF_RANGE_ERROR;
|
||||
barfval = C_BAD_ARGUMENT_TYPE_ERROR;
|
||||
c = 1;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue