[vlc-devel] commit: Remove I64F., not needed anymore ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 1 21:10:47 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May  1 21:59:36 2008 +0300| [13a7c9af3c209bbd450925672162aff2f40a2494]

Remove I64F., not needed anymore

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13a7c9af3c209bbd450925672162aff2f40a2494
---

 include/vlc_common.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 537c0fc..1f59d1c 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -862,14 +862,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) );
 #   define telldir vlc_telldir
 #endif
 
-/* Format type specifiers for 64 bits numbers */
-#define I64Fd "%"PRId64
-#define I64Fi "%"PRIi64
-#define I64Fo "%"PRIo64
-#define I64Fu "%"PRIu64
-#define I64Fx "%"PRIx64
-#define I64FX "%"PRIX64
-
 /* 64 bits integer constant suffix */
 #define I64C(x)  INT64_C(x)
 #define UI64C(x) UINT64_C(x)




More information about the vlc-devel mailing list