Removed #pragma ident string and added version comment instead

This commit is contained in:
Thomas Jensen 1999-06-22 12:12:05 +00:00
parent 46844f8983
commit 20b4ff599b

View File

@ -1,6 +1,8 @@
/*
* Definitions etc. for regexp(3) routines.
*
* Version: $Id: regexp.h,v 1.3 1999/04/12 18:16:52 tsjensen Exp tsjensen $
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
@ -8,8 +10,6 @@
#ifndef REGEXP_H
#define REGEXP_H
#pragma ident "$Id$"
#define NSUBEXP 10
typedef struct regexp {