aboutsummaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index a27f7eb..361cf69 100644
--- a/pp.c
+++ b/pp.c
@@ -585,8 +585,8 @@ keyword(struct token *tok)
{"inline", TINLINE},
{"int", TINT},
{"long", TLONG},
- {"register", TREGISTER},
{"nullptr", TNULLPTR},
+ {"register", TREGISTER},
{"restrict", TRESTRICT},
{"return", TRETURN},
{"short", TSHORT},