keyword: no pre-declaration needed for attribute names
commitef822c40aaf911ce2880d6a7b0a66833bcc964c6
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 4 May 2017 20:48:26 +0000 (4 22:48 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 12 May 2017 10:58:08 +0000 (12 12:58 +0200)
tree0121aa6bb3ab99cbb3e068fa49f3f4b00b3e74e3
parent7308f8cb0841152554a3bc73556468390ce24b7d
keyword: no pre-declaration needed for attribute names

Currently, we have a whole bunch of attribute names whose
identifier is declared with IDENT() in "ident-list.h".

However, these names doesn't need to be so declared as their
identifier is never directly used and are otherwise dynamically
created via parse.c:keyword_table[] and init_parser().

So remove all of them from the "ident-list.h" file.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
ident-list.h