summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-12-19 11:43:40 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-12-19 11:43:40 (GMT)
commitbc87bbb4d9b94ea5b2716adde55d18f632b82768 (patch)
treeacb9b00e796181e99a10ffb0d8552cf7318e5a33 /unix/tclLoadShl.c
parent3e55ef9d38f9ad0ce68ab947b51a37b144046100 (diff)
parent52f5b9733f350a2667c73be72e0add3225bf327c (diff)
downloadtcl-bc87bbb4d9b94ea5b2716adde55d18f632b82768.zip
tcl-bc87bbb4d9b94ea5b2716adde55d18f632b82768.tar.gz
tcl-bc87bbb4d9b94ea5b2716adde55d18f632b82768.tar.bz2
merge main dev branch
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"
/*