mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
remove rogue INT_MIN definition
This commit is contained in:
parent
d81b0f805e
commit
921dc5083c
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
read requests until flen is reset.
|
read requests until flen is reset.
|
||||||
====================================================================== */
|
====================================================================== */
|
||||||
|
|
||||||
#define INT_MIN ( -2147483647 - 1 ) /* minimum (signed) int value */
|
|
||||||
#define FLEN_ERROR INT_MIN
|
#define FLEN_ERROR INT_MIN
|
||||||
|
|
||||||
static int flen;
|
static int flen;
|
||||||
|
|
Loading…
Reference in a new issue