use __GNUC__ instead of __GCC__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c1952f4bf
commit
e185c9716e
@ -17,7 +17,7 @@ typedef unsigned long lindex_t;
|
|||||||
typedef VALUE GENTRY;
|
typedef VALUE GENTRY;
|
||||||
typedef rb_iseq_t *ISEQ;
|
typedef rb_iseq_t *ISEQ;
|
||||||
|
|
||||||
#ifdef __GCC__
|
#ifdef __GNUC__
|
||||||
/* TODO: machine dependent prefetch instruction */
|
/* TODO: machine dependent prefetch instruction */
|
||||||
#define PREFETCH(pc)
|
#define PREFETCH(pc)
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user