X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=version.c;h=ff6b7cabb57f7b0336e2a4bb0d55b50edc6c8021;hb=15e99acfc88ff999980ef97705e794d4849cf40e;hp=ad1334634238b749b1089cd8271e6cbf263eece1;hpb=9bdebf3bb9375de9b4d0abc43fa9b9d2b05e9468;p=paraslash.git diff --git a/version.c b/version.c index ad133463..ff6b7cab 100644 --- a/version.c +++ b/version.c @@ -10,7 +10,7 @@ * \return The string generated by the GIT-VERSION-GEN script. It is passed * as a preprocessor define during compilation. */ -const char *version_git(void) +__a_const const char *version_git(void) { return GIT_VERSION; }