Kmismatches Kerrors
authornvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Thu, 14 May 2009 11:55:42 +0000 (11:55 +0000)
committernvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Thu, 14 May 2009 11:55:42 +0000 (11:55 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@389 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

Tools.h

diff --git a/Tools.h b/Tools.h
index 4def5e8..1fb4d56 100644 (file)
--- a/Tools.h
+++ b/Tools.h
@@ -40,6 +40,8 @@
 #define ulong unsigned long
 #endif
 
+#define myminofthree(x,y,z) (x)<(y)?((x)<(z)?(x):(z)):(y)<(z)?(y):(z)
+
 
 class Tools
 {