/tags/rel-1-3-29/SWIG/Examples/test-suite/errors/pp_macro_args.i
# · Swig · 7 lines · 4 code · 3 blank · 0 comment · 0 complexity · b066e58fb37a277404d1688fb716cea2 MD5 · raw file
- %module xxx
- #define foo(a,x) a x
- #if foo
- #endif
# · Swig · 7 lines · 4 code · 3 blank · 0 comment · 0 complexity · b066e58fb37a277404d1688fb716cea2 MD5 · raw file
- %module xxx
- #define foo(a,x) a x
- #if foo
- #endif