mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Extern comprevision_abbrev_bin in all builds too
This commit is contained in:
parent
af9ddb5519
commit
4ce0476d17
1 changed files with 0 additions and 2 deletions
|
|
@ -516,7 +516,6 @@ char *sizeu5(size_t num);
|
||||||
extern int VERSION;
|
extern int VERSION;
|
||||||
extern int SUBVERSION;
|
extern int SUBVERSION;
|
||||||
|
|
||||||
#ifdef DEVELOP
|
|
||||||
// 4 bytes handles 8 characters of a git object SHA. At
|
// 4 bytes handles 8 characters of a git object SHA. At
|
||||||
// around 20k commits, we only need 6 characters for a unique
|
// around 20k commits, we only need 6 characters for a unique
|
||||||
// abbreviation. Maybe in another 20k commits, more than 8
|
// abbreviation. Maybe in another 20k commits, more than 8
|
||||||
|
|
@ -524,7 +523,6 @@ extern int SUBVERSION;
|
||||||
// P.S. 8 is also what comptime generates
|
// P.S. 8 is also what comptime generates
|
||||||
#define GIT_SHA_ABBREV (4)
|
#define GIT_SHA_ABBREV (4)
|
||||||
extern UINT8 comprevision_abbrev_bin[GIT_SHA_ABBREV];
|
extern UINT8 comprevision_abbrev_bin[GIT_SHA_ABBREV];
|
||||||
#endif
|
|
||||||
|
|
||||||
extern boolean devparm; // development mode (-debug)
|
extern boolean devparm; // development mode (-debug)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue