try to fix borland error

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7923 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-04 05:07:57 +00:00
commit a5d45ae01f
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ swig_varlink_type(void) {
;
static int type_init = 0;
if (!type_init) {
PyTypeObject tmp
const PyTypeObject tmp
#endif
= {
PyObject_HEAD_INIT(&PyType_Type)

View file

@ -370,7 +370,7 @@ PySwigObject_type(void) {
;
static int type_init = 0;
if (!type_init) {
PyTypeObject tmp
const PyTypeObject tmp
#endif
= {
PyObject_HEAD_INIT(&PyType_Type)