summaryrefslogtreecommitdiff
path: root/include/fyut.h
diff options
context:
space:
mode:
authorDebian GIS Project <pkg-grass-devel@lists.alioth.debian.org>2018-07-31 14:13:20 +0200
committerBas Couwenberg <sebastic@debian.org>2018-07-31 14:13:20 +0200
commit1a8efd6ac60bff38fd9fc5e3d36933420916e082 (patch)
tree95b081e289fd41207659af9d1f6c0053aedfa107 /include/fyut.h
parentefa9679a7f55dcce8b5000dc9a776a02eae3ad68 (diff)
fix_issue
Gbp-Pq: Name fix_issue.patch
Diffstat (limited to 'include/fyut.h')
-rw-r--r--include/fyut.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fyut.h b/include/fyut.h
index abd515e..c1164bd 100644
--- a/include/fyut.h
+++ b/include/fyut.h
@@ -125,8 +125,8 @@
/* ----------------------------------------- Makroer */
-#define max(a,b) (((a) > (b)) ? (a) : (b))
-#define min(a,b) (((a) < (b)) ? (a) : (b))
+#define fymax(a,b) (((a) > (b)) ? (a) : (b))
+#define fymin(a,b) (((a) < (b)) ? (a) : (b))