/trunk/Examples/test-suite/errors/pp_macro_redef.i

# · Swig · 8 lines · 4 code · 3 blank · 1 comment · 0 complexity · eac26f584c55177c81c53577c9fdbca9 MD5 · raw file

  1. %module xxx
  2. #define foo(a,x) a+x
  3. #define foo 4
  4. /* Should not generate an error */
  5. #define foo 4