summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-07 15:00:46 +0000
committerCarl Worth <cworth@cworth.org>2005-04-07 15:00:46 +0000
commit43435b69e14d4039b0537dfdc96cbcebd164175f (patch)
treed3243e79dc10747eac9c9dbd54a848ae4f6c622d /src
parent9bef5b6f148d08b5f0e13bd768b6e7e2a4697c0b (diff)
Remove broken code for defining uint64_t.
Diffstat (limited to 'src')
-rw-r--r--src/cairo-wideint.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/cairo-wideint.h b/src/cairo-wideint.h
index 7db22a8bd..bb52b8a6a 100644
--- a/src/cairo-wideint.h
+++ b/src/cairo-wideint.h
@@ -1,5 +1,5 @@
/*
- * $Id: cairo-wideint.h,v 1.8 2005-04-07 19:05:52 cworth Exp $
+ * $Id: cairo-wideint.h,v 1.9 2005-04-07 22:00:46 cworth Exp $
*
* Copyright © 2004 Keith Packard
*
@@ -51,12 +51,6 @@ typedef long int32_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned long uint32_t;
-
-# if sizeof(long long) == 64
-typedef long long int64_t;
-typedef unsigned long long uint64_t;
-# define HAVE_UINT64_T
-# endif
#endif
/*