keyword: add a comment about NS_TYPEDEF & reserved keywords
commit7308f8cb0841152554a3bc73556468390ce24b7d
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 4 May 2017 21:11:01 +0000 (4 23:11 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 12 May 2017 10:58:08 +0000 (12 12:58 +0200)
tree5def7a332b6ee9acd03101d4586c3c5c9856c87d
parent8b3644613a2348d5756d4ebcbe9a693669078d52
keyword: add a comment about NS_TYPEDEF & reserved keywords

There is two ways a keyword can be marked as reserved:
- explicitly, by using IDENT_RESERVED() in "ident-list.h"
- implicitly, by using NS_TYPEDEF as namespace in parse.c::keyword_table

Since the implicit way is not obvious, help to make it more clear
by adding a small comment on top of keyword_table[].

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
parse.c