From b5dac1e3bdd01a2ce105df747a9073ff0d6a94e2 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 2 Nov 2003 09:31:19 +0100 Subject: Import Dev86src-0.16.14.tar.gz --- ar/alloca.c | 2 +- ar/ar.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ar') diff --git a/ar/alloca.c b/ar/alloca.c index 880c100..80c95e2 100644 --- a/ar/alloca.c +++ b/ar/alloca.c @@ -6,7 +6,7 @@ #include #endif -#ifdef __TINYC__ +#if defined(__TINYC__) || defined(__HP_cc) typedef union mem_cell { union mem_cell *next; /* A pointer to the next mem */ diff --git a/ar/ar.c b/ar/ar.c index 1753293..b0694ac 100644 --- a/ar/ar.c +++ b/ar/ar.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - + #include #include @@ -29,11 +29,11 @@ #include #include #include -#include +#include #include "ar.h" #include "rel_aout.h" -#ifdef __BCC__ +#if defined(__BCC__) || defined(__HP_cc) #define HAVE_RENAME #undef HAVE_FSYNC #define SHORT_FILENAME -- cgit v1.2.1