OSDN Git Service

Include gstdarg.h before stdio.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 1993 12:34:36 +0000 (12:34 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 1993 12:34:36 +0000 (12:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4435 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/runtime.h

index 936aa44..cd9de6a 100644 (file)
@@ -27,10 +27,11 @@ You should have received a copy of the GNU General Public License along with
 #ifndef __objc_runtime_INCLUDE_GNU
 #define __objc_runtime_INCLUDE_GNU
 
+#include "gstdarg.h"           /* for varargs and va_list's */
+
 #include <stdio.h>
 #include <ctype.h>
 
-#include "gstdarg.h"           /* for varargs and va_list's */
 #include "gstddef.h"           /* so noone else will get system versions */
 #include "assert.h"