diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2513,7 +2513,7 @@ process_command (argc, argv) #ifdef LANG_SPECIFIC_DRIVER /* Do language-specific adjustment/addition of flags. */ - lang_specific_driver (&fatal, &argc, &argv); + lang_specific_driver (fatal, &argc, &argv); #endif /* Scan argv twice. Here, the first time, just count how many switches |