/trunk/Examples/test-suite/errors/pp_macro_redef.i
# · Swig · 8 lines · 4 code · 3 blank · 1 comment · 0 complexity · eac26f584c55177c81c53577c9fdbca9 MD5 · raw file
- %module xxx
- #define foo(a,x) a+x
- #define foo 4
- /* Should not generate an error */
- #define foo 4