diff options
| author | Michael Forney <mforney@mforney.org> | 2024-03-22 01:36:46 -0700 | 
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-03-22 01:36:46 -0700 | 
| commit | f24b8ba07d0b2a5f4d81979aa6812bcdf410a365 (patch) | |
| tree | 3b527470eccf6013bdbf63b34fa98e0944e28d24 /pp.c | |
| parent | c54ba0bc38a2dc49d4090611c60b31aa801e000c (diff) | |
| download | cproc-f24b8ba07d0b2a5f4d81979aa6812bcdf410a365.tar.xz | |
pp: Fix nullptr keyword
Diffstat (limited to 'pp.c')
| -rw-r--r-- | pp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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}, | 
