]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - builddate.c
fix boneposerelative address
[xonotic/darkplaces.git] / builddate.c
index 912252b1146bd28f6d173a48aa83a2d9e21feafa..061173ef4ca90c0750817b27ac9a80ac72db257e 100644 (file)
@@ -1,7 +1,8 @@
 #define STRINGIFY2(arg) #arg
 #define STRINGIFY(arg) STRINGIFY2(arg)
 
-char *buildstring = __TIME__ " " __DATE__
+extern const char *buildstring;
+const char *buildstring = __TIME__ " " __DATE__
 #ifdef SVNREVISION
 " " STRINGIFY(SVNREVISION)
 #endif