Commit 8117ac55 by Kresten Krab Thorup

Update for new runtime

From-SVN: r4096
parent 2ebb3053
...@@ -28,8 +28,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -28,8 +28,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef __sarray_INCLUDE_GNU #ifndef __sarray_INCLUDE_GNU
#define __sarray_INCLUDE_GNU #define __sarray_INCLUDE_GNU
#define OBJC_SPARSE3 /* 2-level sparse array */ #define OBJC_SPARSE2 /* 2-level sparse array */
/* #define OBJC_SPARSE2 */ /* 3-level sparse array */ /* #define OBJC_SPARSE3 */ /* 3-level sparse array */
#ifdef OBJC_SPARSE2 #ifdef OBJC_SPARSE2
extern const char* __objc_sparse2_id; extern const char* __objc_sparse2_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