summaryrefslogtreecommitdiff
path: root/tc.str.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc.str.c')
-rw-r--r--tc.str.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tc.str.c b/tc.str.c
index 9f49e830394f..88c4e8cb689e 100644
--- a/tc.str.c
+++ b/tc.str.c
@@ -1,4 +1,3 @@
-/* $Header: /p/tcsh/cvsroot/tcsh/tc.str.c,v 3.47 2015/06/06 21:19:08 christos Exp $ */
/*
* tc.str.c: Short string package
* This has been a lesson of how to write buggy code!
@@ -36,8 +35,6 @@
#include <assert.h>
#include <limits.h>
-RCSID("$tcsh: tc.str.c,v 3.47 2015/06/06 21:19:08 christos Exp $")
-
#define MALLOC_INCR 128
#ifdef WIDE_STRINGS
#define MALLOC_SURPLUS MB_LEN_MAX /* Space for one multibyte character */