OSDN Git Service

*** empty log message ***
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Feb 1995 02:34:27 +0000 (02:34 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Feb 1995 02:34:27 +0000 (02:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9073 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ginclude/va-mips.h

index f5ce66d..de2f782 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.  */