summaryrefslogtreecommitdiffstats
path: root/src/base/main/mainInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/main/mainInt.h')
-rw-r--r--src/base/main/mainInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h
index 5c30f7c0..1eb47424 100644
--- a/src/base/main/mainInt.h
+++ b/src/base/main/mainInt.h
@@ -48,7 +48,7 @@ ABC_NAMESPACE_HEADER_START
#define ABC_VERSION "UC Berkeley, ABC 1.01"
// the maximum length of an input line
-#define MAX_STR 32768
+#define ABC_MAX_STR (1<<15)
////////////////////////////////////////////////////////////////////////
/// STRUCTURE DEFINITIONS ///