mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-28 09:31:03 +00:00
Fix pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41a964931a
commit
c09b770c13
@ -171,10 +171,10 @@ typedef signed int ssize_t;
|
||||
# define PRId64 "I64d"
|
||||
#endif
|
||||
#ifndef PRIi64
|
||||
# define PRIu64 "I64i"
|
||||
# define PRIi64 "I64i"
|
||||
#endif
|
||||
#ifndef PRIo64
|
||||
# define PRIx64 "I64o"
|
||||
# define PRIo64 "I64o"
|
||||
#endif
|
||||
#ifndef PRIu64
|
||||
# define PRIu64 "I64u"
|
||||
|
@ -171,10 +171,10 @@ typedef signed int ssize_t;
|
||||
# define PRId64 "I64d"
|
||||
#endif
|
||||
#ifndef PRIi64
|
||||
# define PRIu64 "I64i"
|
||||
# define PRIi64 "I64i"
|
||||
#endif
|
||||
#ifndef PRIo64
|
||||
# define PRIx64 "I64o"
|
||||
# define PRIo64 "I64o"
|
||||
#endif
|
||||
#ifndef PRIu64
|
||||
# define PRIu64 "I64u"
|
||||
|
Loading…
x
Reference in New Issue
Block a user