projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c7f4f
)
manpage: __DATE__, __TIME__ predefs
author
Wolfgang Bumiller <blub@speed.at>
Wed, 9 Jan 2013 20:32:17 +0000
(21:32 +0100)
committer
Wolfgang Bumiller <blub@speed.at>
Wed, 9 Jan 2013 20:32:17 +0000
(21:32 +0100)
doc/gmqcc.1
patch
|
blob
|
history
diff --git
a/doc/gmqcc.1
b/doc/gmqcc.1
index
c839838
..
05b5cbc
100644
(file)
--- 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.