diff options
| author | Sterling Hughes <sterling@php.net> | 2002-11-27 20:06:01 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2002-11-27 20:06:01 +0000 |
| commit | 52a451ccd2772b549a1e11bc40a17f2b05b7b7f6 (patch) | |
| tree | d0e6bbad069d41a4f95dbb8bbf441443433e15b5 /ext/standard | |
| parent | 5c96f91123ef0ccb5236ec2d23dcbc881f89a5c8 (diff) | |
| download | php-git-52a451ccd2772b549a1e11bc40a17f2b05b7b7f6.tar.gz | |
no more need for this either
Diffstat (limited to 'ext/standard')
| -rw-r--r-- | ext/standard/scanf.h | 1 |
1 files changed, 0 insertions, 1 deletions
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*/ |
