diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-03-01 01:48:07 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-03-01 01:48:07 +0000 |
| commit | 3ffd21aa6e7c4cf44633f3e1d583097007b3fb80 (patch) | |
| tree | af77c05c53712821d9bb4011f8d168963159aa82 /src/libavoid/debug.h | |
| parent | Add some items from Peter Selinger's patch to Potrace 1.7 (diff) | |
| download | inkscape-3ffd21aa6e7c4cf44633f3e1d583097007b3fb80.tar.gz inkscape-3ffd21aa6e7c4cf44633f3e1d583097007b3fb80.zip | |
* src/conn-avoid-ref.cpp, src/libavoid/connector.h,
src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
src/libavoid/connector.cpp, src/libavoid/debug.h:
Some speed improvements and interface cleanups to libavoid.
(bzr r192)
Diffstat (limited to 'src/libavoid/debug.h')
| -rw-r--r-- | src/libavoid/debug.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/libavoid/debug.h b/src/libavoid/debug.h index 1a6879e85..1312c5458 100644 --- a/src/libavoid/debug.h +++ b/src/libavoid/debug.h @@ -24,13 +24,7 @@ #define AVOID_DEBUG_H - -#ifndef NDEBUG - //#define DBPRINTF_DEBUG -#endif - - -#ifdef DBPRINTF_DEBUG +#ifdef LIBAVOID_DEBUG #include <stdarg.h> #include <iostream> @@ -39,7 +33,7 @@ namespace Avoid { -#ifdef DBPRINTF_DEBUG +#ifdef LIBAVOID_DEBUG inline void db_printf(const char *fmt, ...) { va_list ap; |
