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:
parent
890d8a9204
commit
6e5ed937ec
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue