diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-07-25 19:27:55 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-07-25 19:27:55 +0000 |
commit | 3d33409926539d866dcea9fc5cb14113b312adf0 (patch) | |
tree | d2f88b3e9ffa79ffb2cc1a0699dd3ee96c47c3e5 /contrib/tcl/unix/tclMtherr.c | |
parent | 8569730d6bc2e4cb5e784997313325b13518e066 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/unix/tclMtherr.c')
-rw-r--r-- | contrib/tcl/unix/tclMtherr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/unix/tclMtherr.c b/contrib/tcl/unix/tclMtherr.c index 2f56e00147dcc..24b815dbed6c9 100644 --- a/contrib/tcl/unix/tclMtherr.c +++ b/contrib/tcl/unix/tclMtherr.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMtherr.c 1.11 96/02/15 11:58:36 + * SCCS: @(#) tclMtherr.c 1.12 96/06/22 16:36:57 */ #include "tclInt.h" @@ -23,7 +23,7 @@ #endif #ifdef NO_ERRNO_H -extern int errno; /* Use errno from tclExpr.c. */ +extern int errno; /* Use errno from tclExecute.c. */ #define EDOM 33 #define ERANGE 34 #endif |