diff options
author | kennykb <kennykb@noemail.net> | 2011-03-05 16:31:26 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2011-03-05 16:31:26 (GMT) |
commit | 29ff664fa70f7a0517412c39cd0fe9c713d9cd10 (patch) | |
tree | 63741735edd48be8ee7aa9bfe8b32092b1d94fb8 /generic/tclRegexp.c | |
parent | 7f73d28d5466cd2c4d2b19830d1431940f077d9a (diff) | |
parent | 2f902ceaf49da89cb0f4dc0ddb0f02374c6b6c8b (diff) | |
download | tcl-29ff664fa70f7a0517412c39cd0fe9c713d9cd10.zip tcl-29ff664fa70f7a0517412c39cd0fe9c713d9cd10.tar.gz tcl-29ff664fa70f7a0517412c39cd0fe9c713d9cd10.tar.bz2 |
merge trunk
FossilOrigin-Name: 08b261adfbbbed39e70669b8167e0ff39a3f0da6
Diffstat (limited to 'generic/tclRegexp.c')
-rw-r--r-- | generic/tclRegexp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclRegexp.c b/generic/tclRegexp.c index 86ce07c..c3ff608 100644 --- a/generic/tclRegexp.c +++ b/generic/tclRegexp.c @@ -9,8 +9,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tclRegexp.c,v 1.35 2010/10/01 12:52:50 dkf Exp $ */ #include "tclInt.h" |