diff -r b22e852634e4 -r 121d79bcd34c strings.c --- a/strings.c Sat Sep 18 16:31:31 2004 +0000 +++ b/strings.c Sat Sep 18 16:36:14 2004 +0000 @@ -19,12 +19,12 @@ static uint _langtab_start[32]; // Offset into langpack offs #ifdef WITH_REV_HACK -#define WITH_REV -const char _openttd_revision[] = WITH_REV_HACK; -#endif - -#ifdef WITH_REV -extern const char _openttd_revision[]; + #define WITH_REV + const char _openttd_revision[] = WITH_REV_HACK; +#else + #ifdef WITH_REV + extern const char _openttd_revision[]; + #endif #endif typedef byte *PlayerNameGeneratorProc(byte *buffr);