From: Wolfgang Bumiller Date: Wed, 9 Jan 2013 20:32:17 +0000 (+0100) Subject: manpage: __DATE__, __TIME__ predefs X-Git-Tag: before-library~334 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=96126b435ae831d651855d9cf4430c8540ce13b0 manpage: __DATE__, __TIME__ predefs --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index c839838..05b5cbc 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -339,10 +339,11 @@ __COUNTER__ __COUNTER_LAST__ __RANDOM__ __RANDOM_LAST__ +__DATE__ +__TIME__ .fi .in -Note that fteqcc also defines __FUNC__, __TIME__, __DATE__ and -__NULL__, which are not yet implemented. +Note that fteqcc also defines __NULL__ which is not implemented yet. .TP .B -frelaxed-switch Allow switch cases to use non constant variables.