From: oes Date: Sat, 10 Aug 2002 11:23:40 +0000 (+0000) Subject: Include prce.h via project.h, where the appropriate X-Git-Tag: v_2_9_20~8 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=79ad04be7313216eceeefc02fe0dad3ad700c7c6;p=privoxy.git Include prce.h via project.h, where the appropriate source will have been selected --- diff --git a/pcrs.c b/pcrs.c index 45a471b9..49e8bb99 100644 --- a/pcrs.c +++ b/pcrs.c @@ -1,8 +1,8 @@ -const char pcrs_rcs[] = "$Id: pcrs.c,v 1.18 2002/03/08 14:17:14 oes Exp $"; +const char pcrs_rcs[] = "$Id: pcrs.c,v 1.19 2002/03/08 14:47:48 oes Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/pcrs.c,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/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 1.18 2002/03/08 14:17:14 oes Exp $"; * * Revisions : * $Log: pcrs.c,v $ + * Revision 1.19 2002/03/08 14:47:48 oes + * Cosmetics + * * Revision 1.18 2002/03/08 14:17:14 oes * Fixing -Wconversion warnings * @@ -126,7 +129,12 @@ const char pcrs_rcs[] = "$Id: pcrs.c,v 1.18 2002/03/08 14:17:14 oes Exp $"; *********************************************************************/ -#include +/* + * Include project.h just so that the right pcre.h gets + * included from there + */ +#include "project.h" + #include #include