summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:45:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:45:43 +0000
commit3c2676c7c166a90e2668a67af432091c03898abf (patch)
treeb5672fe6c58c8dce3d2d4c32f66a8706ae0399a5 /rsc/source/rscpp
parente08642b3936bd8830a5e86841e80583ea770bd9f (diff)
INTEGRATION: CWS sb56 (1.7.6); FILE MERGED
2006/07/25 07:52:04 sb 1.7.6.1: #i67105# Made code warning-free for debug=x.
Diffstat (limited to 'rsc/source/rscpp')
-rw-r--r--rsc/source/rscpp/cpp6.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/rsc/source/rscpp/cpp6.c b/rsc/source/rscpp/cpp6.c
index 0669c78aeac2..707a35e65972 100644
--- a/rsc/source/rscpp/cpp6.c
+++ b/rsc/source/rscpp/cpp6.c
@@ -4,9 +4,9 @@
*
* $RCSfile: cpp6.c,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:50:26 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:45:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -662,8 +662,7 @@ defendel(char* name, int delete)
#if OSL_DEBUG_LEVEL > 1
-void dumpdef(why)
-char *why;
+void dumpdef(char *why)
{
register DEFBUF *dp;
register DEFBUF **syp;
@@ -690,9 +689,7 @@ char *why;
}
}
-void dumpadef(why, dp)
-char *why; /* Notation */
-register DEFBUF *dp;
+void dumpadef(char *why, register DEFBUF *dp)
{
register char *cp;
register int c;