*** empty log message ***
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 25 Feb 1995 02:34:27 +0000 (18:34 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 25 Feb 1995 02:34:27 +0000 (18:34 -0800)
From-SVN: r9073

gcc/ginclude/va-mips.h

index f5ce66deb674ce1c1b46522c3e3596a7d9ce9b67..de2f7820d88198073c0a4cfda9ad941360465d40 100644 (file)
@@ -74,7 +74,7 @@ typedef char * __gnuc_va_list;
 #ifndef va_end
 void va_end (__gnuc_va_list);          /* Defined in libgcc.a */
 #endif
-#define va_end(__AP)
+#define va_end(__AP)   ((void)0)
 
 /* We cast to void * and then to TYPE * because this avoids
    a warning about increasing the alignment requirement.  */