ports/audio/csound6/files/patch-frontends_CsoundAC_Counterpoint.hpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
373 B
C++

--- 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
{