andyrimmer / Platypus

Platypus Variant Caller
GNU General Public License v3.0
105 stars 38 forks source link

Fix inline function declarations #88

Closed gtamazian closed 1 year ago

gtamazian commented 4 years ago

The commit updates declarations of inline functions in the C source files to comply with the C99 standard by changing inline specifiers to extern inline. This change fixes andyrimmer/Platypus#52.