diff options
Diffstat (limited to 'audio/csound6/files/patch-frontends_CsoundAC_Counterpoint.hpp')
-rw-r--r-- | audio/csound6/files/patch-frontends_CsoundAC_Counterpoint.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/csound6/files/patch-frontends_CsoundAC_Counterpoint.hpp b/audio/csound6/files/patch-frontends_CsoundAC_Counterpoint.hpp new file mode 100644 index 000000000000..6a4dda8f0477 --- /dev/null +++ b/audio/csound6/files/patch-frontends_CsoundAC_Counterpoint.hpp @@ -0,0 +1,13 @@ +--- frontends/CsoundAC/Counterpoint.hpp.orig 2015-09-29 11:13:28 UTC ++++ frontends/CsoundAC/Counterpoint.hpp +@@ -102,8 +102,8 @@ public: + Counterpoint(); + virtual ~Counterpoint(); + int ABS(int i); +- int MIN(int a, int b); +- int MAX(int a, int b); ++ int IMIN(int a, int b); ++ int IMAX(int a, int b); + void ARRBLT(int *dest, int *source, int num); + enum + { |