From: jongfoster Date: Sat, 9 Jun 2001 10:58:57 +0000 (+0000) Subject: Removing a single unused #define which referenced BUFSIZ X-Git-Tag: v_2_9_9~346 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=592d777b1b5bd85cc3ed088e1ffff4faf27dd712;hp=81d7f24ad32b07609902d0fbdf475ad5088ea7a5 Removing a single unused #define which referenced BUFSIZ --- diff --git a/pcrs.h b/pcrs.h index 19b22552..bdb1e472 100644 --- a/pcrs.h +++ b/pcrs.h @@ -26,6 +26,9 @@ * * Revisions : * $Log: pcrs.h,v $ + * Revision 1.2 2001/05/25 11:03:55 oes + * Added sanity check for NULL jobs to pcrs_exec_substitution + * * Revision 1.1.1.1 2001/05/15 13:59:02 oes * Initial import of version 2.9.3 source tree * @@ -43,7 +46,7 @@ * *********************************************************************/ -#define PCRS_H_VERSION "$Id: pcrs.h,v 1.1.1.1 2001/05/15 13:59:02 oes Exp $" +#define PCRS_H_VERSION "$Id: pcrs.h,v 1.2 2001/05/25 11:03:55 oes Exp $" @@ -53,7 +56,6 @@ #define TRUE 1 #define PCRS_MAX_MATCHES 300 #define PCRS_MAX_SUBMATCHES 33 -#define CHARBUFSIZ BUFSIZ * sizeof(char) #define PCRS_ERR_NOMEM -10 /* Failed to acquire memory. */ #define PCRS_ERR_CMDSYNTAX -11 /* Syntax of s///-command */