summaryrefslogtreecommitdiff
path: root/cad/electric/files/patch-src_include_global.h
blob: 7827ed756d3ebf172492c8d1687074eb55bea225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/include/global.h.orig	Fri Jul 14 12:43:20 2006
+++ src/include/global.h	Fri Jul 14 12:45:34 2006
@@ -204,7 +204,7 @@
 #define INTSML            short				/* at least 16 bits */
 #define UINTSML  unsigned short
 #define INTHUGE    int64_t					/* at least 64 bits */
-#define UINTHUGE u_int64_t
+#define UINTHUGE uint64_t
 #define SIZEOFCHAR    (sizeof (CHAR))		/* bytes per character */
 #define SIZEOFINTSML  (sizeof (INTSML))		/* bytes per short integer */
 #define SIZEOFINTBIG  (sizeof (INTBIG))		/* bytes per long integer */