summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-04 20:40:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-04 20:40:50 (GMT)
commitcd4ea3194fc39818bd06e1ffec598e4230befcf5 (patch)
tree227f939e4e38306f9c5b556f1dcb0adfb7756505 /unix/tclLoadShl.c
parent73f2edfb1438d687abda8079be77cf4424a53807 (diff)
parentae09e66da466ea68e269fc388798ca6ce2cd1c4c (diff)
downloadtcl-cd4ea3194fc39818bd06e1ffec598e4230befcf5.zip
tcl-cd4ea3194fc39818bd06e1ffec598e4230befcf5.tar.gz
tcl-cd4ea3194fc39818bd06e1ffec598e4230befcf5.tar.bz2
merge trunk
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"
/*