summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-03 14:33:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-03 14:33:17 (GMT)
commit83548048746af3ff9872516f96dc2ceab22aebfe (patch)
tree10b86e051d2b0898ff4e698f428955b795fa6601 /unix/tclLoadShl.c
parent80108bef0ece4d3411b32e84724b298e2f9d4366 (diff)
downloadtcl-83548048746af3ff9872516f96dc2ceab22aebfe.zip
tcl-83548048746af3ff9872516f96dc2ceab22aebfe.tar.gz
tcl-83548048746af3ff9872516f96dc2ceab22aebfe.tar.bz2
Post-header reform (long long ago now) Tcl headers take care of their own
protection from EXTERN definitions.
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 c9e4e27..8aaefda 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"
/*