fixes for char[ANY]

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-17 07:25:58 +00:00
commit d6554ac1ef
2 changed files with 4 additions and 1 deletions

View file

@ -190,7 +190,8 @@ if t.var_namet != 'holac':
t.var_namet = 'hol'
if t.var_namet != 'hol\0\0':
if t.var_namet != 'hol':
#if t.var_namet != 'hol\0\0':
print "bad namet", t.var_namet
raise RuntimeError