summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-03 14:35:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-03 14:35:43 (GMT)
commitbf01ce4b908d305eef24c5fa021101f67dcecad8 (patch)
tree271005117be5554a46ef916017f09a9ecf97e9ee /unix/tclLoadShl.c
parentc85fd541529c09d23c1091969ad8f96012bb68ec (diff)
parent8ef61c13e0df3175cac5b314840f726f7407b6f8 (diff)
downloadtcl-bf01ce4b908d305eef24c5fa021101f67dcecad8.zip
tcl-bf01ce4b908d305eef24c5fa021101f67dcecad8.tar.gz
tcl-bf01ce4b908d305eef24c5fa021101f67dcecad8.tar.bz2
Tcl headers already protect from EXTERN defines
Diffstat (limited to 'unix/tclLoadShl.c')
-rw-r--r--unix/tclLoadShl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c
index f73c164..4be3d7b 100644
--- a/unix/tclLoadShl.c
+++ b/unix/tclLoadShl.c
@@ -12,15 +12,6 @@
*/
#include <dl.h>
-
-/*
- * On some HP machines, dl.h defines EXTERN; remove that definition.
- */
-
-#ifdef EXTERN
-# undef EXTERN
-#endif
-
#include "tclInt.h"
/*