summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadAlloc.c
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2003-05-10 04:57:40 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2003-05-10 04:57:40 (GMT)
commitdd985abe3955f8748156fa05e19a5b15f44656de (patch)
treecbbb66463456abaf697df5f76f697c751fbbb852 /generic/tclThreadAlloc.c
parentd49ff16cf5e783dcf34afde8f3788a03f9b8e71e (diff)
downloadtcl-dd985abe3955f8748156fa05e19a5b15f44656de.zip
tcl-dd985abe3955f8748156fa05e19a5b15f44656de.tar.gz
tcl-dd985abe3955f8748156fa05e19a5b15f44656de.tar.bz2
fix bad cvs lf conversion
Diffstat (limited to 'generic/tclThreadAlloc.c')
-rwxr-xr-xgeneric/tclThreadAlloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclThreadAlloc.c b/generic/tclThreadAlloc.c
index eac2afc..0023e35 100755
--- a/generic/tclThreadAlloc.c
+++ b/generic/tclThreadAlloc.c
@@ -11,7 +11,8 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclThreadAlloc.c,v 1.4.2.1 2003/05/10 00:09:08 mistachkin Exp $ */
+ * RCS: @(#) $Id: tclThreadAlloc.c,v 1.4.2.2 2003/05/10 04:57:40 mistachkin Exp $
+ */
#if defined(TCL_THREADS) && defined(USE_THREAD_ALLOC)