Commit c3c12186 by Richard Stallman

Include "tconfig.h" before "runtime.h".

From-SVN: r6112
parent 00b14c22
...@@ -24,8 +24,8 @@ You should have received a copy of the GNU General Public License along with ...@@ -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 however invalidate any other reasons why the executable file might be
covered by the GNU General Public License. */ covered by the GNU General Public License. */
#include "runtime.h" /* the kitchen sink */
#include "../tconfig.h" /* include defs of bzero for target */ #include "../tconfig.h" /* include defs of bzero for target */
#include "runtime.h" /* the kitchen sink */
id __objc_object_alloc(Class*); id __objc_object_alloc(Class*);
id __objc_object_dispose(id); id __objc_object_dispose(id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment