Bug #1299 » 0001-Fix-compilation-with-gcc-4.4-and-D_FORTIFY_SOURCE-2.patch
| vm_eval.c | ||
|---|---|---|
|
{
|
||
|
VALUE tag;
|
||
|
int state;
|
||
|
VALUE val = Qnil; /* OK */
|
||
|
volatile VALUE val = Qnil; /* OK */
|
||
|
rb_thread_t *th = GET_THREAD();
|
||
|
rb_control_frame_t *saved_cfp = th->cfp;
|
||
- « Previous
- 1
- 2
- Next »