Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created February 3, 2010 00:59
Show Gist options
  • Save methodmissing/293229 to your computer and use it in GitHub Desktop.
Save methodmissing/293229 to your computer and use it in GitHub Desktop.
case NODE_SCOPE: /* 2,3 */
case NODE_BLOCK_PASS:
case NODE_CDECL:
gc_mark((VALUE)obj->as.node.u3.node);
ptr = (VALUE)obj->as.node.u2.node;
goto again;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment