summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-05 14:21:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-05 14:21:55 (GMT)
commit43e62982f4778fa601668d7cfa1e353e39cf42db (patch)
tree11a9323f8f77883c870bdebdd38ef81b5dcb5e96 /unix/tclLoadShl.c
parentbf4c66a2071d0134c08767aea8ece31147446d98 (diff)
parent59aff80a902a9542c2ed9ecab25e9220431c67e0 (diff)
downloadtcl-43e62982f4778fa601668d7cfa1e353e39cf42db.zip
tcl-43e62982f4778fa601668d7cfa1e353e39cf42db.tar.gz
tcl-43e62982f4778fa601668d7cfa1e353e39cf42db.tar.bz2
merge trunk
Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes.
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"
/*