diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:47:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:47:18 +0000 |
commit | 5d36ba7b65686dccb90e95d72e4aeebc717666a0 (patch) | |
tree | ea3edd4d9330e25bafd37be272331a6a7ce759e2 /rsc/source/rscpp | |
parent | 66453a695f651d82bf22e3d3be5c1bb8360fa3af (diff) |
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
Diffstat (limited to 'rsc/source/rscpp')
-rw-r--r-- | rsc/source/rscpp/cpp4.c | 6 |
1 files 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. */ |