diff options
Diffstat (limited to 'gcc/genpeep.c')
-rwxr-xr-x | gcc/genpeep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 2525c3a..661bddf 100755 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -415,7 +415,7 @@ fatal (const char *format, ...) { va_list ap; - VA_START (ap, format); + va_start (ap, format); fprintf (stderr, "genpeep: "); |