
6 Sep
2012
6 Sep
'12
7:49 p.m.
AMDG On 09/06/2012 12:27 PM, Lorenzo Caminiti wrote:
Btw, would it be legal for the syntax to use a specifier like __attribute__ given that technically specifiers with double underscores are reserved? I'd think so because on compilers that support __attribute__ it becomes like a keyword `const`, etc so I can use it in the syntax.
Using __attribute__ at all is an extension. In theory, the compiler could define it as a macro. I think it's treated as a keyword, but you should check to make sure. In Christ, Steven Watanabe