diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-02-24 10:32:17 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-02-24 10:32:17 (GMT) |
| commit | cd9af71b887bc2a558b25f9466b9387f03aa01c8 (patch) | |
| tree | bb3ca2b92677cccc5b5f36dbbcc5eee5aafa3e7d /generic/tclRegexp.c | |
| parent | 3ba28cd80a48a5a5655cdc9532e803ae55dd9c35 (diff) | |
| download | tcl-cd9af71b887bc2a558b25f9466b9387f03aa01c8.zip tcl-cd9af71b887bc2a558b25f9466b9387f03aa01c8.tar.gz tcl-cd9af71b887bc2a558b25f9466b9387f03aa01c8.tar.bz2 | |
Pure whitespace changes, changing to follow Engineering Manual style.
Diffstat (limited to 'generic/tclRegexp.c')
| -rw-r--r-- | generic/tclRegexp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclRegexp.c b/generic/tclRegexp.c index c91a746..6848960 100644 --- a/generic/tclRegexp.c +++ b/generic/tclRegexp.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. * - * RCS: @(#) $Id: tclRegexp.c,v 1.33 2009/12/31 19:22:26 dkf Exp $ + * RCS: @(#) $Id: tclRegexp.c,v 1.34 2010/02/24 10:32:17 dkf Exp $ */ #include "tclInt.h" @@ -55,8 +55,8 @@ * * *** NOTE: this code has been altered slightly for use in Tcl: *** * *** 1. Names have been changed, e.g. from re_comp to *** - * *** TclRegComp, to avoid clashes with other *** - * *** regexp implementations used by applications. *** + * *** TclRegComp, to avoid clashes with other *** + * *** regexp implementations used by applications. *** */ /* |
