mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-31 18:09:16 +01:00
Removed #pragma ident string and added version comment instead
This commit is contained in:
parent
46844f8983
commit
20b4ff599b
@ -1,6 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* Definitions etc. for regexp(3) routines.
|
* 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],
|
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
|
||||||
* not the System V one.
|
* not the System V one.
|
||||||
*/
|
*/
|
||||||
@ -8,8 +10,6 @@
|
|||||||
#ifndef REGEXP_H
|
#ifndef REGEXP_H
|
||||||
#define REGEXP_H
|
#define REGEXP_H
|
||||||
|
|
||||||
#pragma ident "$Id$"
|
|
||||||
|
|
||||||
|
|
||||||
#define NSUBEXP 10
|
#define NSUBEXP 10
|
||||||
typedef struct regexp {
|
typedef struct regexp {
|
||||||
|
Loading…
Reference in New Issue
Block a user