Skip to content

Commit

Permalink
Merge pull request #18 from x42/master
Browse files Browse the repository at this point in the history
gcc5 does not support recursive inline functions
  • Loading branch information
swh committed Nov 9, 2015
2 parents f3c11af + 93e8a91 commit 7184b87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sifter_1210.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
inline int partition(LADSPA_Data array[], int left, int right);
#ifdef __clang__
void q_sort(LADSPA_Data array[], int left, int right) {
#else
inline void q_sort(LADSPA_Data array[], int left, int right) {
#endif
float pivot = partition(array, left, right);
if (left < pivot) {
Expand Down

0 comments on commit 7184b87

Please sign in to comment.