From 627d18a238f085266065e2a5f0ecc323eb1a2aa4 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 4 Sep 2002 15:52:02 +0000 Subject: [PATCH] Synced with the stable branch: Revision 1.19.2.1 2002/08/10 11:23:40 oes Include prce.h via project.h, where the appropriate source will have been selected --- src/pcrs.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/pcrs.c b/src/pcrs.c index d61c61de..522baaa3 100644 --- a/src/pcrs.c +++ b/src/pcrs.c @@ -1,8 +1,8 @@ -const char pcrs_rcs[] = "$Id: pcrs.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp $"; +const char pcrs_rcs[] = "$Id: pcrs.c,v 2.1 2002/08/26 11:18:24 sarantis Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/src/pcrs.c,v $ + * File : $Source: /cvsroot/ijbswa//current/src/pcrs.c,v $ * * Purpose : pcrs is a supplement to the pcre library by Philip Hazel * and adds Perl-style substitution. That @@ -33,6 +33,9 @@ const char pcrs_rcs[] = "$Id: pcrs.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp $" * * Revisions : * $Log: pcrs.c,v $ + * Revision 2.1 2002/08/26 11:18:24 sarantis + * Fix typo. + * * Revision 2.0 2002/06/04 14:34:21 jongfoster * Moving source files to src/ * @@ -132,7 +135,12 @@ const char pcrs_rcs[] = "$Id: pcrs.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp $" *********************************************************************/ -#include +/* + * Include project.h just so that the right pcre.h gets + * included from there + */ +#include "project.h" + #include #include -- 2.39.2