summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 23:04:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 23:11:08 +0100
commit3fb3eebd8815a4150b30a1562ba88e717306971e (patch)
tree021dcac46bccb5b2c974622e89323261a141ceb3 /rsc/source/rscpp
parentc14d8664862a919277b53b315feeb38d47a50007 (diff)
Remove BLC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "BLC - borland compiler (OS2, win16) - obsolete"
Diffstat (limited to 'rsc/source/rscpp')
-rw-r--r--rsc/source/rscpp/cpp3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index faf4ed07f658..04a7e4da3f85 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -170,7 +170,7 @@ void setincdirs()
* verwendete knallte es in strcpy() !
*/
-#if !defined( ZTC ) && !defined( WNT ) && !defined(BLC) && ! defined UNX && ! defined OS2
+#if !defined( ZTC ) && !defined( WNT ) && ! defined UNX && ! defined OS2
extern char *getenv( char *pStr ); /* BP */
#endif
char *pIncGetEnv = NULL; /* Pointer auf INCLUDE */
@@ -465,7 +465,7 @@ void initdefines()
int i;
time_t tvec;
-#if !defined( ZTC ) && !defined( WNT ) && !defined(BLC) && !defined(G3)
+#if !defined( ZTC ) && !defined( WNT ) && !defined(G3)
extern char *ctime();
#endif