diff options
author | Josh Blum | 2012-09-13 19:03:59 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-13 19:03:59 -0700 |
commit | 1ec3451161fbbd772490b8b1c7dd3d3c7aad9503 (patch) | |
tree | 385dbecf7c228f9420e2dbb374772720546182f2 /lib/gras_impl/debug.hpp | |
parent | 87cd4fe7179a55f1ea34ea90744017c403838542 (diff) | |
download | sandhi-1ec3451161fbbd772490b8b1c7dd3d3c7aad9503.tar.gz sandhi-1ec3451161fbbd772490b8b1c7dd3d3c7aad9503.tar.bz2 sandhi-1ec3451161fbbd772490b8b1c7dd3d3c7aad9503.zip |
input buffer history work and fixes
added consume flag to know if user called consume
fixes for mini history buff and flag when in use
Diffstat (limited to 'lib/gras_impl/debug.hpp')
-rw-r--r-- | lib/gras_impl/debug.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gras_impl/debug.hpp b/lib/gras_impl/debug.hpp index c235c1f..e5f334e 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -24,7 +24,7 @@ #define ARMAGEDDON 0 #define MESSAGE 0 #define WORK 0 -#define ASSERTING 0 +#define ASSERTING 1 #define HERE() std::cerr << __FILE__ << ":" << __LINE__ << std::endl << std::flush; #define VAR(x) std::cerr << #x << " = " << (x) << std::endl << std::flush; |