]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Removed #warning and #error from ftepp, and made it part of the parser routine. ...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 01:24:58 +0000 (01:24 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 01:24:58 +0000 (01:24 +0000)
commit3d35804a7d79a99527cf785a133aaff0dd24b457
treefd6001cf2ebbcbbfab3ed67a9e4450b1481865c2
parent7ea1033a43e78de662feaa41fd71d791a5749936
Removed #warning and #error from ftepp, and made it part of the parser routine.  These are "directives" that should exist regardless if -fftepp is enabled, like #pragma.  Implemented #warning, #message and #error as directives in parser instead.
ftepp.c
parser.c