projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb6cf5
)
(int64e_type): Fix definition.
author
David Edelsohn
<dje.gcc@gmail.com>
Fri, 11 Jun 1993 03:38:16 +0000
(
03:38
+0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Fri, 11 Jun 1993 03:38:16 +0000
(
03:38
+0000)
bfd/hosts/std-host.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/std-host.h
b/bfd/hosts/std-host.h
index 1ad62468b3b3ab03aafe5716f8bbd78727cc336c..bb4d91e8dc0a3506e2fec865fe1debd526c5ebc3 100644
(file)
--- a/
bfd/hosts/std-host.h
+++ b/
bfd/hosts/std-host.h
@@
-106,7
+106,7
@@
extern int unlink();
#ifndef uint64e_type
#ifdef __GNUC__
#define uint64e_type unsigned long long
-#define int64e_type
struct
long long
+#define int64e_type long long
#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff))
#define uint64_typeHIGH(x) (uint32_type)(((x) >> 32) & 0xffffffff)
#else