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)
commit8ef61c13e0df3175cac5b314840f726f7407b6f8 (patch)
tree10b86e051d2b0898ff4e698f428955b795fa6601 /unix/tclLoadShl.c
parentac34745ea59ffba3bdcb779cd887a92554f59457 (diff)
downloadtcl-8ef61c13e0df3175cac5b314840f726f7407b6f8.zip
tcl-8ef61c13e0df3175cac5b314840f726f7407b6f8.tar.gz
tcl-8ef61c13e0df3175cac5b314840f726f7407b6f8.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"
/*