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)
commit98a8b3604fc14935986f5620795e235d05503b7f (patch)
treed6c6b72dab51babfeebb2b2e5d5f010d79ee4ec3 /unix/tclLoadShl.c
parent905d1e5d030d74f8bbfc5fb21044fa263f3d08b0 (diff)
downloadtcl-98a8b3604fc14935986f5620795e235d05503b7f.zip
tcl-98a8b3604fc14935986f5620795e235d05503b7f.tar.gz
tcl-98a8b3604fc14935986f5620795e235d05503b7f.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"
/*