summaryrefslogtreecommitdiffstats
path: root/plugins/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.c')
-rw-r--r--plugins/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/utils.c b/plugins/utils.c
index 474206b..aaa9fe5 100644
--- a/plugins/utils.c
+++ b/plugins/utils.c
@@ -65,6 +65,8 @@ char *strpcat (char *dest, const char *src, const char *str);
65 * Note that numerically the above does not hold 65 * Note that numerically the above does not hold
66 ****************************************************************************/ 66 ****************************************************************************/
67 67
68#define max(a,b) (((a)>(b))?(a):(b))
69
68int 70int
69max_state (int a, int b) 71max_state (int a, int b)
70{ 72{