diff options
author | escoffon <escoffon> | 1998-07-06 14:38:20 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-06 14:38:20 (GMT) |
commit | 58bde7078822cb879806acb1a72d5c6a7cf3685c (patch) | |
tree | e6560b4254d83c07cd6ea38e29362d018332a645 /generic/tclProc.c | |
parent | 30b6041e75d2f3ed07e51070693b0d5ab7c71b8f (diff) | |
download | tcl-58bde7078822cb879806acb1a72d5c6a7cf3685c.zip tcl-58bde7078822cb879806acb1a72d5c6a7cf3685c.tar.gz tcl-58bde7078822cb879806acb1a72d5c6a7cf3685c.tar.bz2 |
replaced the SCCS id string with %% keywords
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r-- | generic/tclProc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c index 324e360..bfef4b0 100644 --- a/generic/tclProc.c +++ b/generic/tclProc.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: @(#) tclProc.c 1.116 97/10/29 18:33:24 + * SCCS: %Z% $Id: tclProc.c,v 1.5 1998/07/06 14:38:20 escoffon Exp $ */ #include "tclInt.h" |