mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Fix a missed obj_module_s/_t from the class cleanup.
Doesn't seem to have caused any problems, but still :)
This commit is contained in:
parent
026a992179
commit
edeffd64e9
1 changed files with 2 additions and 3 deletions
|
@ -299,10 +299,9 @@ static keyword_t keywords[] = {
|
|||
{"enum", ENUM, 0, 0, PROG_ID_VERSION, 0},
|
||||
{"typedef", TYPEDEF, 0, 0, PROG_ID_VERSION, 0},
|
||||
|
||||
// these two are a hack to trigger the initialization of the class
|
||||
// this is a hack to trigger the initialization of the class
|
||||
// sytem if they are seen before any other Objective-QC symbol
|
||||
{"obj_module_s", 0, 0, 0, PROG_VERSION, 1},
|
||||
{"obj_module_t", 0, 0, 0, PROG_VERSION, 1},
|
||||
{"obj_module", 0, 0, 0, PROG_VERSION, 1},
|
||||
|
||||
{"@class", CLASS, 0, 0, PROG_VERSION, 1},
|
||||
{"@defs", DEFS, 0, 0, PROG_VERSION, 1},
|
||||
|
|
Loading…
Reference in a new issue