Project

General

Profile

« Previous | Next » 

Revision 2f9df466

Added by alanwu (Alan Wu) about 3 years ago

Use bindgen for old manual extern declarations (https://github.com/Shopify/ruby/pull/404)

We have a large extern block in cruby.rs leftover from the port. We can
use bindgen for it now and reserve the manual declaration for just a
handful of vm_insnhelper.c functions.

Fixup a few minor discrepencies bindgen found between the C declaration
and the manual declaration. Mostly missing const on the C side.