mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-01 05:21:02 +00:00
8d34d33055
It is syntactic sugar for if (!(foo)), but is useful for avoiding inconsistencies between such things as if (string) and if (!string), even though qcc can't parse if not (string). It also makes for easier to read code when the logic in the condition is complex. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |