summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:14:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:14:27 +0000
commit53e81c03cbc7b6f323e6e69ae99e51c6201bf2f2 (patch)
tree222bf33f7ca9af1e8f57dd41a7824937708c0d09 /psprint
parent188b2dbb1b78d61fbe20617dd58a3f82ff221b46 (diff)
INTEGRATION: CWS dbgmacros1 (1.3.32); FILE MERGED
2003/04/09 12:04:53 kso 1.3.32.1: #108413# - debug macro unification.
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontsubset/ttcr.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/ttcr.c b/psprint/source/fontsubset/ttcr.c
index a3e9c207f1e5..8a0a0de4886f 100644
--- a/psprint/source/fontsubset/ttcr.c
+++ b/psprint/source/fontsubset/ttcr.c
@@ -2,9 +2,9 @@
*
* $RCSfile: ttcr.c,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2002-11-15 16:15:06 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:14:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-/* $Id: ttcr.c,v 1.3 2002-11-15 16:15:06 pl Exp $ */
+/* $Id: ttcr.c,v 1.4 2003-04-15 16:14:27 vg Exp $ */
/*
* TrueTypeCreator method implementation
@@ -71,7 +71,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
+
#include "ttcr.h"
/* These must be #defined so that they can be used in initializers */