diff options
| author | davygrvy@pobox.com <davygrvy> | 2004-03-08 01:53:20 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2004-03-08 01:53:20 (GMT) |
| commit | f7279ac4323417204da72b6298132e88c9e5822d (patch) | |
| tree | c66a3d17d4f9bc918341af8ca1b5c0e4543889b1 /generic/tcl.h | |
| parent | df11beeb0c9b6704615921d535125bb66f6fe1eb (diff) | |
| download | tcl-f7279ac4323417204da72b6298132e88c9e5822d.zip tcl-f7279ac4323417204da72b6298132e88c9e5822d.tar.gz tcl-f7279ac4323417204da72b6298132e88c9e5822d.tar.bz2 | |
reformatted a comment I had once moved so it doesn't exceed 74 colums.
Diffstat (limited to 'generic/tcl.h')
| -rw-r--r-- | generic/tcl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 307d5fd..7277349 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.172 2004/03/02 00:42:50 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.173 2004/03/08 01:53:20 davygrvy Exp $ */ #ifndef _TCL @@ -2258,8 +2258,8 @@ typedef struct Tcl_Config { Tcl_EvalObjEx((interp),(objPtr),TCL_EVAL_GLOBAL) /* - * These function have been renamed. The old names are deprecated, but - * we define these macros for backwards compatibilty. + * These function have been renamed. The old names are deprecated, + * but we define these macros for backwards compatibilty. */ # define Tcl_Ckalloc Tcl_Alloc |
