summaryrefslogtreecommitdiffstats
path: root/bin/csh/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/char.c')
-rw-r--r--bin/csh/char.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/csh/char.c b/bin/csh/char.c
index 5e1a1e4..9ae8b21 100644
--- a/bin/csh/char.c
+++ b/bin/csh/char.c
@@ -29,12 +29,15 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 5/31/93";
+#else
+static const char rcsid[] =
+ "$Id: char.c,v 1.4 1997/02/22 14:01:37 peter Exp $";
+#endif
#endif /* not lint */
#include "char.h"
OpenPOWER on IntegriCloud