]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: __DATE__, __TIME__ predefs
authorWolfgang Bumiller <blub@speed.at>
Wed, 9 Jan 2013 20:32:17 +0000 (21:32 +0100)
committerWolfgang Bumiller <blub@speed.at>
Wed, 9 Jan 2013 20:32:17 +0000 (21:32 +0100)
doc/gmqcc.1

index c8398389d6074d3594f00f6b93762bb6896a1f77..05b5cbc020e66242687caf53b9ffd84db93a8645 100644 (file)
@@ -339,10 +339,11 @@ __COUNTER__
 __COUNTER_LAST__
 __RANDOM__
 __RANDOM_LAST__
 __COUNTER_LAST__
 __RANDOM__
 __RANDOM_LAST__
+__DATE__
+__TIME__
 .fi
 .in
 .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.
 .TP
 .B -frelaxed-switch
 Allow switch cases to use non constant variables.