Declare BSIZE as static

This commit is contained in:
Nick Clifton
2001-08-27 08:52:50 +00:00
parent 526eeb95b8
commit 081310158f
2 changed files with 5 additions and 1 deletions

View File

@@ -325,7 +325,7 @@ main (argc, argv)
if (saved_script_handle)
{
const int BSIZE = 8192;
static const int BSIZE = 8192;
size_t n;
char *buf = xmalloc (BSIZE);