Include "tconfig.h" before "runtime.h".
authorRichard Stallman <rms@gnu.org>
Thu, 18 Nov 1993 08:08:17 +0000 (08:08 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 18 Nov 1993 08:08:17 +0000 (08:08 +0000)
From-SVN: r6112

gcc/objc/objects.c

index bc5b2266edd35fa92b35ee7bb3c10f3deeb5b265..dd4820acf716c4ef400e86367041e605e2fb216b 100644 (file)
@@ -24,8 +24,8 @@ You should have received a copy of the GNU General Public License along with
    however invalidate any other reasons why the executable file might be
    covered by the GNU General Public License.  */
 
-#include "runtime.h"           /* the kitchen sink */
 #include "../tconfig.h"         /* include defs of bzero for target */
+#include "runtime.h"           /* the kitchen sink */
 
 id __objc_object_alloc(Class*);
 id __objc_object_dispose(id);