#ifdef __GNUC__ -> static inline to remove warning spew using gcc typemaps: tweaks for arrays, enums ocaml.cxx: remove Swig. qualifier everywhere it's not needed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6655 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
128 B
Standard ML
9 lines
128 B
Standard ML
open Swig
|
|
open Name
|
|
|
|
let _ = if (get_int (_Baz_2 C_void)) - (get_int (_bar_2 C_void)) == 30
|
|
then
|
|
exit 0
|
|
else
|
|
exit 1
|
|
|