aboutsummaryrefslogtreecommitdiffstats
path: root/cad/electric/files/patch-src_include_global.h
blob: e2c6a642075807196f921a252ceb2b91da06a492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/include/global.h.orig	2004-07-16 01:59:53 UTC
+++ src/include/global.h
@@ -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 */