diff options
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 07631e1..a8f8856 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -47,9 +47,9 @@ debugging GDB with itself. Because stdin et al need not be constants, we initialize them in the _initialize_symmisc function at the bottom of the file. */ -FILE *std_in; -FILE *std_out; -FILE *std_err; +static FILE *std_in; +static FILE *std_out; +static FILE *std_err; /* Prototypes for local functions */ |