diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:52:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:52:12 +0000 |
commit | fc03fc3f9f9a6b2016e634b5c542e7bfe83db2ec (patch) | |
tree | 102a1351ee6c9c2abdbdec901873d32d9089ea2c /idlc | |
parent | 129a389ee00822a1c5c8e6fabe3634b519cc08ca (diff) |
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/11/21 16:28:41 sb 1.5.4.1: #i53898# Made code warning-free.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/unix.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/idlc/source/preproc/unix.c b/idlc/source/preproc/unix.c index 1727fdf07c15..c439665b9b9a 100644 --- a/idlc/source/preproc/unix.c +++ b/idlc/source/preproc/unix.c @@ -4,9 +4,9 @@ * * $RCSfile: unix.c,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:16:33 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:52:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,13 +59,14 @@ int Vflag = 0; /* verbose flag */ int Cflag = 0; /* do not remove any comments */ int Cplusplus = 0; +extern void setup_kwtab(void); + void setup(int argc, char **argv) { int c, fd, i, n; char *fp, *dp; Tokenrow tr; - extern void setup_kwtab(void); setup_kwtab(); while ((c = getopt(argc, argv, "NOPV:I:D:U:F:A:X:u:l:+")) != -1) |