summaryrefslogtreecommitdiff
path: root/src/util/integer.h.in
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-25 18:57:48 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-25 18:57:48 +0000
commit94b685e149119bbe75266481f6de3a0915e7c10a (patch)
treeaddbbdd36ca34f65c7d3d092c0f1fc5d400c6dac /src/util/integer.h.in
parent89bcd4deee07a2c61d30a9dfca64e58e8c2d701b (diff)
fix some Mac issues
Diffstat (limited to 'src/util/integer.h.in')
-rw-r--r--src/util/integer.h.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/util/integer.h.in b/src/util/integer.h.in
index 1fdaf0215..1f0174083 100644
--- a/src/util/integer.h.in
+++ b/src/util/integer.h.in
@@ -5,18 +5,23 @@
** Major contributors: none
** Minor contributors (to current version): dejan, cconway, mdeters
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
** information.\endverbatim
**
- ** \brief A multiprecision integer constant
+ ** \brief A multi-precision integer constant
**
- ** A multiprecision integer constant.
+ ** A multi-precision integer constant.
**/
-// this is used to avoid a public header dependence on cvc4autoconfig.h
+// these gestures are used to avoid a public header dependence on cvc4autoconfig.h
+
+#if @CVC4_NEED_INT64_T_OVERLOADS@
+# define CVC4_NEED_INT64_T_OVERLOADS
+#endif
+
#if /* use CLN */ @CVC4_USE_CLN_IMP@
# define CVC4_CLN_IMP
#endif /* @CVC4_USE_CLN_IMP@ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback