From 047c69e388d974728308b1aa1e84caed6a2fec6e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Sep 2000 21:11:56 +0000 Subject: [PATCH] added definition of min --- src/gdd/dbMapper.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gdd/dbMapper.cc b/src/gdd/dbMapper.cc index 7d72d699b..f950a7e8d 100644 --- a/src/gdd/dbMapper.cc +++ b/src/gdd/dbMapper.cc @@ -4,6 +4,9 @@ // $Id$ // // $Log$ +// Revision 1.32 2000/06/27 22:32:21 jhill +// backed out over-zelous use of smart pointers +// // Revision 1.31 2000/06/26 15:37:41 jhill // adjusted DLL symbol export // @@ -125,6 +128,10 @@ #include "dbMapper.h" // #include "templates/dbMapperTempl.h" +#ifndef min +# define min(a,b) (((a)<(b))?(a):(b)) +#endif + // hardcoded in same order as aitConvert.h // no way to detect a string type!!!!!!!