[cairo-commit] cairo/src cairo-wideint.h,1.8,1.9
Carl Worth
commit at pdx.freedesktop.org
Thu Apr 7 15:00:48 PDT 2005
- Previous message: [cairo-commit] cairo/src cairo-glitz-surface.c, 1.28,
1.29 cairo-image-surface.c, 1.34, 1.35 cairo-pdf-surface.c,
1.26, 1.27 cairo-ps-surface.c, 1.30,
1.31 cairo-quartz-surface.c, 1.6, 1.7 cairo-surface.c, 1.53,
1.54 cairo-win32-surface.c, 1.16, 1.17 cairo-xcb-surface.c,
1.21, 1.22 cairo-xlib-surface.c, 1.57, 1.58
- Next message: [cairo-commit] cairo ChangeLog,1.483,1.484
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv29839/src
Modified Files:
cairo-wideint.h
Log Message:
* src/cairo-wideint.h: Remove broken code for defining
uint64_t.
Index: cairo-wideint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-wideint.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cairo-wideint.h 7 Apr 2005 19:05:52 -0000 1.8
+++ cairo-wideint.h 7 Apr 2005 22:00:46 -0000 1.9
@@ -51,12 +51,6 @@
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
/*
- Previous message: [cairo-commit] cairo/src cairo-glitz-surface.c, 1.28,
1.29 cairo-image-surface.c, 1.34, 1.35 cairo-pdf-surface.c,
1.26, 1.27 cairo-ps-surface.c, 1.30,
1.31 cairo-quartz-surface.c, 1.6, 1.7 cairo-surface.c, 1.53,
1.54 cairo-win32-surface.c, 1.16, 1.17 cairo-xcb-surface.c,
1.21, 1.22 cairo-xlib-surface.c, 1.57, 1.58
- Next message: [cairo-commit] cairo ChangeLog,1.483,1.484
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list