Added rcsid using #pragma ident

This commit is contained in:
Thomas Jensen 1999-04-12 18:16:52 +00:00
parent 3722111e95
commit a53d558f8f

View File

@ -8,6 +8,8 @@
#ifndef REGEXP_H
#define REGEXP_H
#pragma ident "$Id$"
#define NSUBEXP 10
typedef struct regexp {