summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath_private.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-29 20:25:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-29 20:25:53 (GMT)
commit8d57ba065e242221190542491377421544c3434f (patch)
tree62c861d1863965d739a321113db7b0307c6159cd /libtommath/tommath_private.h
parent897af8a8a02ac365edb53bc087b293adaaf8853a (diff)
parentd2f4a7137d403a7acf2b9cffe545c8350245ae54 (diff)
downloadtcl-8d57ba065e242221190542491377421544c3434f.zip
tcl-8d57ba065e242221190542491377421544c3434f.tar.gz
tcl-8d57ba065e242221190542491377421544c3434f.tar.bz2
libtommath 1.0.1 rc2, for test purposes only
Diffstat (limited to 'libtommath/tommath_private.h')
-rw-r--r--libtommath/tommath_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h
index d23c333..3d3ac55 100644
--- a/libtommath/tommath_private.h
+++ b/libtommath/tommath_private.h
@@ -19,11 +19,11 @@
#include <ctype.h>
#ifndef MIN
-#define MIN(x,y) (((x) < (y)) ? (x) : (y))
+ #define MIN(x,y) (((x) < (y)) ? (x) : (y))
#endif
#ifndef MAX
-#define MAX(x,y) (((x) > (y)) ? (x) : (y))
+ #define MAX(x,y) (((x) > (y)) ? (x) : (y))
#endif
#ifdef __cplusplus
@@ -120,6 +120,6 @@ int func_name (mp_int * a, type b) \
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: HEAD -> release/1.0.1, tag: v1.0.1-rc2 */
+/* git commit: e8c27ba7df0efb90708029115c94d681dfa7812f */
+/* commit time: 2017-08-29 10:48:46 +0200 */