summaryrefslogtreecommitdiffstats
path: root/soltools/cpp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:07:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:07:17 +0000
commitb5506a9b7e5bff961fef59ed8f384c7e09853204 (patch)
treecd894ab07bb96f6424d02b0dc8bb4d77cecc2f05 /soltools/cpp
parentINTEGRATION: CWS warnings01 (1.3.42); FILE MERGED (diff)
downloadcore-b5506a9b7e5bff961fef59ed8f384c7e09853204.tar.gz
core-b5506a9b7e5bff961fef59ed8f384c7e09853204.zip
INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED
2005/09/02 14:57:34 sb 1.3.6.1: #i53898# Made code warning-free.
Diffstat (limited to 'soltools/cpp')
-rw-r--r--soltools/cpp/_unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c
index 9b169394b458..029070c7e6e3 100644
--- a/soltools/cpp/_unix.c
+++ b/soltools/cpp/_unix.c
@@ -26,13 +26,14 @@ int Cflag = 0; /* do not remove any comments */
int Dflag = 0; /* add parameter check to delete op */
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)