From 4ce0476d173627fcb8ffa81cc29e67fc8566b7b5 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 5 Apr 2024 16:45:44 -0700 Subject: [PATCH] Extern comprevision_abbrev_bin in all builds too --- src/doomdef.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/doomdef.h b/src/doomdef.h index a43df92fd..7ae1ad7bd 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -516,7 +516,6 @@ char *sizeu5(size_t num); extern int VERSION; extern int SUBVERSION; -#ifdef DEVELOP // 4 bytes handles 8 characters of a git object SHA. At // around 20k commits, we only need 6 characters for a unique // abbreviation. Maybe in another 20k commits, more than 8 @@ -524,7 +523,6 @@ extern int SUBVERSION; // P.S. 8 is also what comptime generates #define GIT_SHA_ABBREV (4) extern UINT8 comprevision_abbrev_bin[GIT_SHA_ABBREV]; -#endif extern boolean devparm; // development mode (-debug)