use "" instead of Nullch until we resolve about using Nullch + '@' + exceptions or not

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8312 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-09 00:43:42 +00:00
commit d37aed0f65

View file

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