mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
Added rcsid using #pragma ident
This commit is contained in:
parent
3722111e95
commit
a53d558f8f
@ -8,6 +8,8 @@
|
||||
#ifndef REGEXP_H
|
||||
#define REGEXP_H
|
||||
|
||||
#pragma ident "$Id$"
|
||||
|
||||
|
||||
#define NSUBEXP 10
|
||||
typedef struct regexp {
|
||||
|
Loading…
Reference in New Issue
Block a user