mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
65e15c2dd0
At least with a push-parser, by the time the parser has figured out it has an identifier, the lexer has forgotten the token, thus the annoying and uninformative "undefined identifier " error messages. Since identifiers should always have a value (and functions need a function type), setting up a dummy symbol with just the identifier name duplicated seems to do the trick. It is a bit wasteful of memory if there are a lot of such errors between cmem resets, though. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
ecs | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |