fixes for sub is a perl keyword

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-03-14 22:07:54 +00:00
commit 6e5ed937ec
4 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ example::delete_intp($c);
# necessary to manufacture pointers.
print "Trying the typemap library\n";
$r = example::sub(37,42);
$r = example::subtract(37,42);
print " 37 - 42 = $r\n";
# Now try the version with multiple return values