]> icculus.org git repositories - divverent/darkplaces.git/blob - builddate.c
fix a C99 lazy variable issue with non-C99 compilers
[divverent/darkplaces.git] / builddate.c
1
2 char *buildstring = __TIME__ " " __DATE__;
3