summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp6.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp6.c')
-rw-r--r--rsc/source/rscpp/cpp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/rscpp/cpp6.c b/rsc/source/rscpp/cpp6.c
index 3678caa65378..4441255bdcd0 100644
--- a/rsc/source/rscpp/cpp6.c
+++ b/rsc/source/rscpp/cpp6.c
@@ -624,7 +624,7 @@ DEFBUF* defendel(char* name, int delete)
return dp;
}
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 0
void dumpdef(char* why)
{
@@ -798,7 +798,7 @@ int get()
{
if ((file->bptr = fgets(file->buffer, NBUFF, file->fp)) != NULL)
{
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 0
if (debug > 1) /* Dump it to stdout */
{
fprintf( pCppOut, "\n#line %d (%s), %s",