Disable case in pp_constant.i which never actually worked

This commit is contained in:
Olly Betts 2014-09-03 17:18:11 -03:00
commit b9fe7b5f00

View file

@ -29,7 +29,9 @@ comment */
%constant int ddd=;
#define E1 1234
#/*C comment*/define E2 1234
// This case doesn't actually work, but appeared to before we gave an error
// for unknown preprocessor directives.
// #/*C comment*/define E2 1234
#define E3 1234
%constant int eee=;