Mark const, inline, volatile checks as unprefixable
This commit is contained in:
parent
04b6d354b1
commit
a9944ed041
@ -1,4 +1,4 @@
|
||||
// const
|
||||
// const!
|
||||
|
||||
/* This check is unusual in that for a positive answer (the compiler supports
|
||||
const) we undefine const to allow the compiler to recognize it as a keyword
|
||||
|
@ -1,4 +1,4 @@
|
||||
// inline
|
||||
// inline!
|
||||
|
||||
/* This check is unusual in that for a positive answer (the compiler supports
|
||||
inline) we undefine inline to allow the compiler to recognize it as a
|
||||
|
@ -1,4 +1,4 @@
|
||||
// volatile
|
||||
// volatile!
|
||||
|
||||
/* This check is unusual in that for a positive answer (the compiler supports
|
||||
volatile) we undefine volatile to allow the compiler to recognize it as a
|
||||
|
Loading…
Reference in New Issue
Block a user