diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-01 15:38:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-01 15:38:36 (GMT) |
commit | 0ce4e02a21049804683b74cee4f604c47fb89e4e (patch) | |
tree | 067c84a41b1b4783e8aa7e7c78a67a1128280fec /compat/strftime.c | |
parent | 043805d94684739088de3023be744c746efd35b0 (diff) | |
download | tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.zip tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.tar.gz tcl-0ce4e02a21049804683b74cee4f604c47fb89e4e.tar.bz2 |
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause
more harm than good. Purged them.
Diffstat (limited to 'compat/strftime.c')
-rw-r--r-- | compat/strftime.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/strftime.c b/compat/strftime.c index 7d2c416..68016ac 100644 --- a/compat/strftime.c +++ b/compat/strftime.c @@ -9,8 +9,6 @@ * restrictions. The "license.terms" file does not apply to this file. * * Changes 2002 Copyright (c) 2002 ActiveState Corporation. - * - * RCS: @(#) $Id: strftime.c,v 1.10.2.3 2005/11/04 18:18:04 kennykb Exp $ */ /* @@ -46,10 +44,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) -static char *rcsid = "$Id: strftime.c,v 1.10.2.3 2005/11/04 18:18:04 kennykb Exp $"; -#endif /* LIBC_SCCS */ - #include <time.h> #include <string.h> #include <locale.h> |