mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Add the @nil keyword.
@nil is exactly the same as nil, but it is always available.
This commit is contained in:
parent
edeffd64e9
commit
a91f4cedeb
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ static keyword_t keywords[] = {
|
|||
{"case", CASE, 0, 1, PROG_ID_VERSION, 0},
|
||||
{"default", DEFAULT, 0, 1, PROG_ID_VERSION, 0},
|
||||
{"nil", NIL, 0, 0, PROG_ID_VERSION, 0},
|
||||
{"@nil", NIL, 0, 2, PROG_ID_VERSION, 0},
|
||||
{"struct", STRUCT, 0, 0, PROG_VERSION, 0},
|
||||
{"union", STRUCT, 0, 0, PROG_VERSION, 0},
|
||||
{"enum", ENUM, 0, 0, PROG_ID_VERSION, 0},
|
||||
|
|
Loading…
Reference in a new issue