diff options
Diffstat (limited to 'gcc/java/jv-scan.c')
-rw-r--r-- | gcc/java/jv-scan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c index fa02c59..a752284 100644 --- a/gcc/java/jv-scan.c +++ b/gcc/java/jv-scan.c @@ -147,6 +147,11 @@ main (int argc, char **argv) /* Default for output */ out = stdout; + /* Unlock the stdio streams. */ + unlock_stream (stdin); + unlock_stream (stdout); + unlock_stream (stderr); + gcc_init_libintl (); /* Process options first. We use getopt_long and not |