Codebase list libffi-platypus-perl / d159740
Fix the function signature for alignment There was a test failure related to this function reported as #287. Waiting to hear back if this resolves it, but we should make this change anyway since it is definitely incorrect. Graham Ollis authored 3 years ago Graham✈️✈️ committed 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6868
6969 $ffi->attach( ffi_type => ['meta_t'] => 'ffi_type' );
7070 $ffi->attach( size => ['meta_t'] => 'size_t' );
71 $ffi->attach( alignment => ['meta_t'] => 'uint' );
71 $ffi->attach( alignment => ['meta_t'] => 'ushort' );
7272 $ffi->attach( element_pointers => ['meta_t'] => 'ffi_type[]' );
7373
7474 $ffi->attach( DESTROY => ['meta_t'] => 'void' );