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)
commite102f7d0ca92adc41edb8c7a0625c0c9976e215d (patch)
tree11a9323f8f77883c870bdebdd38ef81b5dcb5e96 /unix/tclLoadShl.c
parent06d38df148ae4415dd9b1ed7afff6d74a5482345 (diff)
parentb1e66e34704ff978d2dbacea83cc81ae8650a6d0 (diff)
downloadtcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.zip
tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.tar.gz
tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.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"
/*