From Alexis La Goutte:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 Nov 2010 06:37:01 +0000 (06:37 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 Nov 2010 06:37:01 +0000 (06:37 +0000)
Replace all *_min()/*_max() by MIN() and MAX().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34768 f5534014-38df-0310-8fa8-9805f1628bb7

tap-camelsrt.c

index 34d5b16dcdc10812a5de2730d6ffcdac9a643374..d4c16589ec16f0b2e370187afcdbc242fb2ff515 100644 (file)
@@ -44,8 +44,6 @@
 #include "timestats.h"
 #include "epan/stat_cmd_args.h"
 
-#undef  MIN
-#define MIN(x,y) ((x) < (y) ? (x) : (y))
 
 void register_tap_listener_camelsrt(void);