From: Sterling Hughes Date: Wed, 27 Nov 2002 20:06:01 +0000 (+0000) Subject: no more need for this either X-Git-Tag: RELEASE_1_0b3~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52a451ccd2772b549a1e11bc40a17f2b05b7b7f6;p=php no more need for this either --- diff --git a/ext/standard/scanf.h b/ext/standard/scanf.h index 275c5e51a0..c793907aba 100644 --- a/ext/standard/scanf.h +++ b/ext/standard/scanf.h @@ -27,7 +27,6 @@ /* upper limit to keep resources in check and */ /* minimize the possibility of exploits */ -#define SCAN_MAX_FSCANF_BUFSIZE 512 /* Max input buffer allocated for fscanf */ #define SCAN_SUCCESS SUCCESS #define SCAN_ERROR_EOF -1 /* indicates premature termination of scan */ /* can be caused by bad parameters or format*/