more fixes for old perl versions

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8777 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-10 20:37:20 +00:00
commit 16d3c24fa2
2 changed files with 27 additions and 2 deletions

View file

@ -725,7 +725,7 @@ public:
"XSRETURN(argvi);\n",
"fail:\n",
cleanup,
"croak(Nullch);\n"
"SWIG_croak_null();\n"
"}\n"
"}\n",
NIL);