]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc/gmqcc.1
manpage: __DATE__, __TIME__ predefs
[xonotic/gmqcc.git] / doc / gmqcc.1
index c8398389d6074d3594f00f6b93762bb6896a1f77..05b5cbc020e66242687caf53b9ffd84db93a8645 100644 (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.