diff options
author | Josh Blum | 2013-06-14 00:58:55 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-14 00:58:55 -0700 |
commit | 24f5e26a878eb2be2773dea337ef43c23d5101f7 (patch) | |
tree | 2fe9bdbd6f66b9742f8c95dbe326b113aabab19c /lib/gras_impl/debug.hpp | |
parent | c10b1b4a55b44777d5ca7c5e570759a107cf38ed (diff) | |
parent | 78a360bc3016fb1f1cfbc68456f135e7ab2f61cf (diff) | |
download | sandhi-24f5e26a878eb2be2773dea337ef43c23d5101f7.tar.gz sandhi-24f5e26a878eb2be2773dea337ef43c23d5101f7.tar.bz2 sandhi-24f5e26a878eb2be2773dea337ef43c23d5101f7.zip |
Merge branch 'master' into query_flow
Diffstat (limited to 'lib/gras_impl/debug.hpp')
-rw-r--r-- | lib/gras_impl/debug.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gras_impl/debug.hpp b/lib/gras_impl/debug.hpp index eb09090..d356987 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -20,6 +20,7 @@ extern void *operator new(std::size_t n) throw (std::bad_alloc); //---------------------------------------------------------------------- #define GENESIS 0 #define ARMAGEDDON 0 +#define DONE_PRINTS 0 //---------------------------------------------------------------------- //-- define to enable these debugs: |