fix for perl keyword
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cb327f2a58
commit
53ceae6a0a
5 changed files with 7 additions and 7 deletions
|
|
@ -4,6 +4,6 @@ open Swig
|
|||
open Sneaky1
|
||||
|
||||
let x = Sneaky1._add (C_list [ C_int 3; C_int 4 ])
|
||||
let y = Sneaky1._sub (C_list [ C_int 3; C_int 4 ])
|
||||
let y = Sneaky1._subtract (C_list [ C_int 3; C_int 4 ])
|
||||
let z = Sneaky1._mul (C_list [ C_int 3; C_int 4 ])
|
||||
let w = Sneaky1._divide (C_list [ C_int 3; C_int 4 ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue