mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
373 B
C++
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
|
|
{
|