From 9e3eff2af92dcbdf4da0582ca53f2ca87f838e73 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 10 Feb 2003 22:25:52 +0000 Subject: [PATCH] Removed borland.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2245 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/cpp2/borland.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 support/cpp2/borland.h diff --git a/support/cpp2/borland.h b/support/cpp2/borland.h deleted file mode 100644 index 59e352f4..00000000 --- a/support/cpp2/borland.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef CPP2_BORLAND_H_ -#define CPP2_BORLAND_H_ - -/* Define values for Borland makefile which are detected by configure - * on better behaved platforms. - * - * This is the equivalent of auto-host.h. - */ - -#include "sdcc.h" - -#define HAVE_STRINGIZE -#define STDC_HEADERS -#define PACKAGE "sdcc" -#define LOCALEDIR "" -#define PREFIX "" -#define inline -#define SIZEOF_INT 4 -#define SIZEOF_LONG 4 -#define HAVE_TIME_H 1 -#define HAVE_STRING_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define ssize_t int -#define __STDC__ 1 -#define alloca(x) calloc(1,(x)) - -#endif -- 2.47.2