From 52a451ccd2772b549a1e11bc40a17f2b05b7b7f6 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 27 Nov 2002 20:06:01 +0000 Subject: [PATCH] no more need for this either --- ext/standard/scanf.h | 1 - 1 file changed, 1 deletion(-) 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*/ -- 2.40.0