diff options
| author | dgp@users.sourceforge.net <dgp> | 2012-12-03 14:35:43 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2012-12-03 14:35:43 (GMT) |
| commit | eb1b8892782d06b960616e596aa27b6f7513709d (patch) | |
| tree | 271005117be5554a46ef916017f09a9ecf97e9ee /unix/tclLoadShl.c | |
| parent | 3c610226cfddeb60836c5d11e193db4c0e8a2a8f (diff) | |
| parent | 342bc44d0af8b7faf2b78188058705418ea5452a (diff) | |
| download | tcl-eb1b8892782d06b960616e596aa27b6f7513709d.zip tcl-eb1b8892782d06b960616e596aa27b6f7513709d.tar.gz tcl-eb1b8892782d06b960616e596aa27b6f7513709d.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" /* |
