Revision
3382
Author
lsansonetti@apple.com
Date
2010-01-31 14:52:52 -0800 (Sun, 31 Jan 2010)

Log Message

backported a fix from trunk

Modified Paths

Diff

Modified: MacRuby/branches/0.5/re.c (3381 => 3382)


--- MacRuby/branches/0.5/re.c	2010-01-31 22:40:44 UTC (rev 3381)
+++ MacRuby/branches/0.5/re.c	2010-01-31 22:52:52 UTC (rev 3382)
@@ -2188,6 +2188,7 @@
     return code;
 }
 
+__attribute__((noinline))
 static int
 unescape_escaped_nonascii(const char **pp, const char *end, rb_encoding *enc,
         VALUE buf, rb_encoding **encp, onig_errmsg_buffer err)