mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
Declare BSIZE as static
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user