From 5d36ba7b65686dccb90e95d72e4aeebc717666a0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 12:47:18 +0000 Subject: INTEGRATION: CWS obo05 (1.6.2); FILE MERGED 2006/08/15 14:30:09 obo 1.6.2.1: #i53611# don't use old style anymore --- rsc/source/rscpp/cpp4.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rsc/source/rscpp/cpp4.c b/rsc/source/rscpp/cpp4.c index 8f7d8560b392..784e538348df 100644 --- a/rsc/source/rscpp/cpp4.c +++ b/rsc/source/rscpp/cpp4.c @@ -4,9 +4,9 @@ * * $RCSfile: cpp4.c,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-08-24 10:45:32 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:47:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -626,7 +626,7 @@ nospace: cfatal("Out of space in macro \"%s\" arg expansion", } #if OSL_DEBUG_LEVEL > 1 -void dumpparm(char *why) +void dumpparm(char* why) /* * Dump parameter list. */ -- cgit