summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:56:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:56:43 +0000
commit93cf769fccbb8ae2681561ef23b5419b0ffcf2ca (patch)
tree222d2437369e316edb2430921178c708aa7a470e /rsc
parent68c6f6101de04bbf746cee8fa03485c3372ee64f (diff)
INTEGRATION: CWS dbgmacros1 (1.1.56); FILE MERGED
2003/04/09 12:06:51 kso 1.1.56.1: #108413# - debug macro unification.
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cpp6.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/rsc/source/rscpp/cpp6.c b/rsc/source/rscpp/cpp6.c
index 3ae77a2816a1..90e47207b583 100644
--- a/rsc/source/rscpp/cpp6.c
+++ b/rsc/source/rscpp/cpp6.c
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp6.c,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nf $ $Date: 2001-04-18 10:31:56 $
+ * last change: $Author: vg $ $Date: 2003-04-15 15:56:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -699,8 +699,8 @@ int delete; /* TRUE to delete a symbol */
}
return (dp);
}
-
-#ifdef DEBUG
+
+#if OSL_DEBUG_LEVEL > 1
dumpdef(why)
char *why;
@@ -871,7 +871,7 @@ newline:
else { /* Else get from a file */
if ((file->bptr = fgets(file->buffer, NBUFF, file->fp))
!= NULL) {
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
if (debug > 1) { /* Dump it to stdout */
fprintf( pCppOut, "\n#line %d (%s), %s",
line, file->filename, file->buffer);