Add the option c11 to -std and add the C11 keywords.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 9 Jul 2012 09:55:23 +0000 (11:55 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 9 Jul 2012 15:20:48 +0000 (17:20 +0200)
commitaebeb439b68ff96b38371fdcc7467675a8cb2b69
tree2ea199cf02835ce3e7b059e9e67a5b5e1195996b
parent4e4ce90259eabe103654930753cd92e9efab650f
Add the option c11 to -std and add the C11 keywords.

- Use _Thread_local instead of __thread internally.
- Use _Alignof instead of __alignof__ internally.
ast.c
cparser.1
entity_t.h
lang_features.h
main.c
parser.c
tokens.inc