diff options
author | dgp <dgp@users.sourceforge.net> | 2012-12-03 14:35:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-12-03 14:35:43 (GMT) |
commit | bf01ce4b908d305eef24c5fa021101f67dcecad8 (patch) | |
tree | 271005117be5554a46ef916017f09a9ecf97e9ee /unix/tclLoadShl.c | |
parent | c85fd541529c09d23c1091969ad8f96012bb68ec (diff) | |
parent | 8ef61c13e0df3175cac5b314840f726f7407b6f8 (diff) | |
download | tcl-bf01ce4b908d305eef24c5fa021101f67dcecad8.zip tcl-bf01ce4b908d305eef24c5fa021101f67dcecad8.tar.gz tcl-bf01ce4b908d305eef24c5fa021101f67dcecad8.tar.bz2 |
Tcl headers already protect from EXTERN defines
Diffstat (limited to 'unix/tclLoadShl.c')
-rw-r--r-- | unix/tclLoadShl.c | 9 |
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" /* |