]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(__gnuc_va_list): Use instead of va_list.
authorDoug Evans <dje@gnu.org>
Sun, 5 Jun 1994 01:06:20 +0000 (01:06 +0000)
committerDoug Evans <dje@gnu.org>
Sun, 5 Jun 1994 01:06:20 +0000 (01:06 +0000)
From-SVN: r7446

gcc/sys-types.h

index 4fb351a9dbb21d8b8765c5cf3c8b20896fb98811..527472f060bfecbc57e36e5e17a058f85ce97054 100644 (file)
@@ -165,7 +165,7 @@ typedef int ushort;
 typedef int ulong;
 typedef int uint;
 
-typedef int va_list;
+typedef int __gnuc_va_list;
 
 typedef int archdr;
 typedef int AUTH;