diff options
-rw-r--r-- | plugins/utils.c | 2 |
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 | |||
68 | int | 70 | int |
69 | max_state (int a, int b) | 71 | max_state (int a, int b) |
70 | { | 72 | { |