]> git.pond.sub.org Git - empserver/commitdiff
(MAX): Remove redundant definition.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Apr 2006 16:26:51 +0000 (16:26 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Apr 2006 16:26:51 +0000 (16:26 +0000)
src/lib/subs/aircombat.c
src/lib/update/distribute.c

index c47fd354868a96f1c659cc9301eabdc5218a655a..400055c6eb1f07e9c809185a89b33b566bd42250 100644 (file)
 #include "optlist.h"
 #include "server.h"
 
-
-#ifndef MAX
-#define MAX(x,y) ((x) < (y) ? (y) : (x))
-#endif
-
 static void getilist(struct emp_qelem *list, natid own,
                     struct emp_qelem *a, struct emp_qelem *b,
                     struct emp_qelem *c, struct emp_qelem *d);
index c821fc1debebdbbb2db277b6c04e3a0353ee6f39..5fcc950648ca4ee27861686a234d4f92d9ce7234 100644 (file)
 #define EXPORT_BONUS 10.0
 #define IMPORT_BONUS 10.0
 
-#ifndef MAX
-#define MAX(x,y) ((x) < (y) ? (y) : (x))
-#endif
-
 int
 dodistribute(struct sctstr *sp, int imex, char *path, double dist_i_cost,
             double dist_e_cost)