cppmodelmanager: add __restrict__ to known and ignored 'keywords'

This commit is contained in:
hjk
2009-07-17 10:54:08 +02:00
parent 66216448e9
commit ed80f0a7f1

View File

@@ -146,6 +146,7 @@ static const char pp_configuration[] =
"#define __asm__(a...)\n"
"#define restrict\n"
"#define __restrict\n"
"#define __restrict__\n"
"#define __complex__\n"
"#define __imag__\n"