Changeset 13a7c9af3c209bbd450925672162aff2f40a2494
- Timestamp:
- 05/01/08 20:59:36
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209668376 +0300
- git-parent:
[2e48e65740b878f69c1fea62fcfd44ef1dafd81d]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209668376 +0300
- Message:
Remove I64F., not needed anymore
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r311e5e3 |
r13a7c9a |
|
| 863 | 863 | #endif |
|---|
| 864 | 864 | |
|---|
| 865 | | /* Format type specifiers for 64 bits numbers */ |
|---|
| 866 | | #define I64Fd "%"PRId64 |
|---|
| 867 | | #define I64Fi "%"PRIi64 |
|---|
| 868 | | #define I64Fo "%"PRIo64 |
|---|
| 869 | | #define I64Fu "%"PRIu64 |
|---|
| 870 | | #define I64Fx "%"PRIx64 |
|---|
| 871 | | #define I64FX "%"PRIX64 |
|---|
| 872 | | |
|---|
| 873 | 865 | /* 64 bits integer constant suffix */ |
|---|
| 874 | 866 | #define I64C(x) INT64_C(x) |
|---|