manpage: __DATE__, __TIME__ predefs

This commit is contained in:
Wolfgang Bumiller 2013-01-09 21:32:17 +01:00
parent 10c7f4f838
commit 96126b435a

View file

@ -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.