From 96ad107bcc9a8adb87dc4ce233b0d17c5e61db96 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 3 Feb 1994 03:31:22 +0000 Subject: * libbfd.c, bfd-in.h, hosts/alphaosf.h, hosts/sparc-ll.h, aoutf1.h, sparclynx.c, Makefile.in: Change HOST_64_BIT to BFD_HOST_64_BIT. --- bfd/hosts/sparc-ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/hosts/sparc-ll.h') diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h index f2578d0cee7..23fc3bdfe3d 100644 --- a/bfd/hosts/sparc-ll.h +++ b/bfd/hosts/sparc-ll.h @@ -18,7 +18,7 @@ #define SEEK_CUR 1 /* Make the basic types 64-bit quantities on the host */ -#define HOST_64_BIT long long +#define BFD_HOST_64_BIT long long extern int abort PARAMS ((void)); extern int close PARAMS ((int)); -- cgit v1.2.1