summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
-rw-r--r--pack.c4
1 files changed, 2 insertions, 2 deletions
@@ -1011,10 +1011,10 @@ hex2num(char c)
rb_ary_store(ary, RARRAY_LEN(ary)+tmp_len-1, Qnil); \
} while (0)
-/* Workaround for Oracle Solaris Studio 12.4 C compiler optimization bug
* with "-xO4" optimization option.
*/
-#if defined(__SUNPRO_C) && __SUNPRO_C == 0x5130
# define AVOID_CC_BUG volatile
#else
# define AVOID_CC_BUG