csyonghe / Spire

Other
174 stars 22 forks source link

Rename some entry points in `spire.h` to avoid clashes. #45

Closed tangent-vector closed 7 years ago

tangent-vector commented 7 years ago

The file used extern "C" linkage, but then declared some overloaded functions, which is invalid. This change just renames the offending entry points to a proposed alternative.