summaryrefslogtreecommitdiffstats
path: root/src/base/main
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-24 15:44:33 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-24 15:44:33 -0700
commit22d21a5c44a05e49c315bb0732cc0de100350e4a (patch)
tree5db529e04b2787346ae6cc36bc9cf89a85bea0df /src/base/main
parent7e2b00776213f86f54b9aa601e8593951b9de7d0 (diff)
downloadabc-22d21a5c44a05e49c315bb0732cc0de100350e4a.tar.gz
abc-22d21a5c44a05e49c315bb0732cc0de100350e4a.tar.bz2
abc-22d21a5c44a05e49c315bb0732cc0de100350e4a.zip
Added recording history of used commands into file 'abc.history' (Windows only).
Diffstat (limited to 'src/base/main')
-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 ///