code refactoring

This commit is contained in:
Pavel Emeliyanenko 2008-06-25 17:17:49 +00:00
parent 09d1ee79ec
commit 313fde41f0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ CGAL_BEGIN_NAMESPACE
namespace CGALi {
#ifndef CERR
#define CKvA_DEBUG_PRINT_CERR
//#define CKvA_DEBUG_PRINT_CERR
#ifdef CKvA_DEBUG_PRINT_CERR
#define CERR(x) std::cerr << x
#else