C89 fixes
This commit is contained in:
parent
1b5c4546ba
commit
15c433c5f9
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
#include "swig.h"
|
||||
#include "cparse.h"
|
||||
|
||||
extern int UseWrapperSuffix; // from main.cxx
|
||||
extern int UseWrapperSuffix;
|
||||
|
||||
static const char *cresult_variable_name = "result";
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ String *Swig_package_version_hex(void) {
|
|||
count++;
|
||||
}
|
||||
Delete(package_version);
|
||||
assert(count == 3); // Check version format is correct
|
||||
assert(count == 3); /* Check version format is correct */
|
||||
return vers;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue