tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.02k stars 48 forks source link

bugfix for dale-autowrap, wrong name storage_class #169

Closed porky11 closed 7 years ago

tomhrr commented 7 years ago

With the llvm-3.5 branch of c2ffi (https://github.com/rpav/c2ffi), the attribute is 'storage_class', whereas with later versions, it became 'storage-class'. It's been updated now to support both key values.