diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:49:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:49:29 +0000 |
commit | 147f29c7ec5d2b66ba214e3d82d075015f2f1a3e (patch) | |
tree | b250efcc71b36222faedd7f35537092a2f8415ca /rsc/source | |
parent | 45a3d03fb8df735144a94cada168d7e1e7b875c4 (diff) |
INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED
2006/03/06 16:08:07 pl 1.8.8.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'rsc/source')
-rw-r--r-- | rsc/source/rscpp/cpp1.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c index b5b9073fb2fb..3f05fe8898ad 100644 --- a/rsc/source/rscpp/cpp1.c +++ b/rsc/source/rscpp/cpp1.c @@ -4,9 +4,9 @@ * * $RCSfile: cpp1.c,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:58:16 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:49:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -246,9 +246,7 @@ void InitCpp1() /* BP */ } -int MAIN(argc, argv) -int argc; -char *argv[]; +int MAIN(int argc, char** argv) { register int i; char **useargv, **pfargv; @@ -563,8 +561,7 @@ end_line: if (c == '\n') { /* Compiling at EOL? */ #endif } -void output(c) -int c; +void output(int c) /* * Output one character to stdout -- output() is passed as an * argument to scanstring() |