Added checklist entry and corrected warning.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5479 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
35e21e1c68
commit
b2fa1eab8b
2 changed files with 2 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ stl
|
|||
argout_ref
|
||||
shapes
|
||||
contract
|
||||
scoped_enum
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
open Swig
|
||||
open Example
|
||||
|
||||
let _ = _f (match Sys.argv.(1) with "Tag1" -> ``Tag1 | "Tag2" -> ``Tag2)
|
||||
let _ = _f (match Sys.argv.(1) with "Tag1" -> ``Tag1 | _ -> ``Tag2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue