summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-29 20:32:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-29 20:32:16 (GMT)
commit874eb36e70b83f2647a22cf1be13640c1ebc5577 (patch)
treed6c6b72dab51babfeebb2b2e5d5f010d79ee4ec3 /unix/tclLoadShl.c
parent74628e76c19dab883bb362fababc98e9029d47e3 (diff)
downloadtcl-874eb36e70b83f2647a22cf1be13640c1ebc5577.zip
tcl-874eb36e70b83f2647a22cf1be13640c1ebc5577.tar.gz
tcl-874eb36e70b83f2647a22cf1be13640c1ebc5577.tar.bz2
Destroy all the TCL_STORAGE_CLASS and associated nonsense.
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"
/*