summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:14:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:14:04 +0000
commit78183b9dbef579de53ce51ccec5cddb210b1f9c5 (patch)
tree2a6b81f6ba9f97836ea112e1d1d3f708676473fa /psprint
parent65fa9e12a9f9d854ac0a5045e80a368e665edbd4 (diff)
INTEGRATION: CWS dbgmacros1 (1.1.1.1.64); FILE MERGED
2003/04/09 12:04:51 kso 1.1.1.1.64.1: #108413# - debug macro unification.
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontsubset/list.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/list.c b/psprint/source/fontsubset/list.c
index 8bcc69f65b55..116d214f75f3 100644
--- a/psprint/source/fontsubset/list.c
+++ b/psprint/source/fontsubset/list.c
@@ -2,9 +2,9 @@
*
* $RCSfile: list.c,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2001-05-08 11:45:36 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:14:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-/* $Id: list.c,v 1.1.1.1 2001-05-08 11:45:36 pl Exp $ */
+/* $Id: list.c,v 1.2 2003-04-15 16:14:04 vg Exp $ */
/*[]---------------------------------------------------[]*/
/*| |*/
@@ -70,7 +70,12 @@
/*[]---------------------------------------------------[]*/
#include <stdlib.h>
+
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
+
#ifdef MALLOC_TRACE
#include <stdio.h>
#include </usr/local/include/malloc.h>