preproc.i: Also note URL for "// in macro" PR

This commit is contained in:
Olly Betts 2018-03-08 06:12:01 +13:00
commit 1915740af8

View file

@ -373,7 +373,8 @@ int methodX(int x);
int methodX(int x) { return x+100; }
%}
// Comma in macro - Github issue #974
// Comma in macro - https://github.com/swig/swig/issues/974 (for /* */)
// and https://github.com/swig/swig/pull/1166 (for //)
%inline %{
#define swig__attribute__(x)
#define TCX_PACKED(d) d swig__attribute__ ((__packed__))