jmcph4/azorian

Typo in dummy type

jmcph4 opened this issue · 0 comments

There is a dummy type declared in src/azorian.h to satisfy ISO C11 compliance taking issue with empty translation units. This dummy type should be called __dummy_type_for_iso_compliance; however, (at least currently) it is called __dummy_type_for_ios_compliance:

typedef int __dummy_type_for_ios_compliance;