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:
Art Yerkes 2003-12-04 06:59:49 +00:00
commit b2fa1eab8b
2 changed files with 2 additions and 1 deletions

View file

@ -6,3 +6,4 @@ stl
argout_ref
shapes
contract
scoped_enum

View file

@ -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)