diff options
author | Josh Blum | 2012-12-23 00:24:25 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-23 00:24:25 -0800 |
commit | a6709912308c428cec6a136af90df125143c17f5 (patch) | |
tree | a20642d22381b80bb0c22193215bc3714c7a9eb1 /lib/gras_impl/debug.hpp | |
parent | 0a0ec3568a0c0e907df157df891a4e683dc6d264 (diff) | |
download | sandhi-a6709912308c428cec6a136af90df125143c17f5.tar.gz sandhi-a6709912308c428cec6a136af90df125143c17f5.tar.bz2 sandhi-a6709912308c428cec6a136af90df125143c17f5.zip |
making use of last and fixing up the buffer stitching
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 c8c7dfe..a90eb6c 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -25,7 +25,7 @@ extern void *operator new(std::size_t n) throw (std::bad_alloc); //-- define to enable these debugs: //---------------------------------------------------------------------- //#define WORK_DEBUG -#define ASSERTING +//#define ASSERTING //#define MESSAGE_TRACING //#define ITEM_CONSPROD |