blob: 6d71a1cb534e93d8c09ea44b8a4d8ed1b5b012a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ae,v 1.3 2000/02/03 16:01:15 abs Exp $
--- linuxdoom-1.10/doomtype.h.orig Mon Dec 22 20:05:27 1997
+++ linuxdoom-1.10/doomtype.h Thu Feb 3 01:33:46 2000
@@ -46,13 +46,11 @@
// Max pos 32-bit int.
#define MAXINT ((int)0x7fffffff)
-#define MAXLONG ((long)0x7fffffff)
#define MINCHAR ((char)0x80)
#define MINSHORT ((short)0x8000)
// Max negative 32-bit integer.
#define MININT ((int)0x80000000)
-#define MINLONG ((long)0x80000000)
#endif
|