Disable case in pp_constant.i which never actually worked
This commit is contained in:
parent
d3b3ff2c78
commit
b9fe7b5f00
1 changed files with 3 additions and 1 deletions
|
|
@ -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=;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue