Added #ident directive

This commit is contained in:
Thomas Jensen 1999-04-04 16:18:23 +00:00
parent b203415277
commit 9a0829d1e5

View File

@ -26,6 +26,8 @@
#include <regexp.h> #include <regexp.h>
#include "regmagic.h" #include "regmagic.h"
#ident "$Id"
/* /*
* The "internal use only" fields in regexp.h are present to pass info from * The "internal use only" fields in regexp.h are present to pass info from
* compile to execute that permits the execute phase to run lots faster on * compile to execute that permits the execute phase to run lots faster on