diff options
Diffstat (limited to 'gcc/genemit.c')
-rwxr-xr-x | gcc/genemit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 752a537..0a4e925 100755 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -710,7 +710,7 @@ fatal (const char *format, ...) { va_list ap; - VA_START (ap, format); + va_start (ap, format); fprintf (stderr, "genemit: "); |