[Libreoffice-commits] core.git: soltools/cpp
Stephan Bergmann
sbergman at redhat.com
Fri Apr 4 01:29:50 PDT 2014
soltools/cpp/_unix.c | 2 --
soltools/cpp/cpp.h | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 247bfbdb46f0f89e784574791d2bbc8748dd3717
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Apr 4 10:29:04 2014 +0200
Move prototype to include
Change-Id: I90c093c704609429f9997f3ffed6a9a79c8956a6
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c
index d29970a..e5f9eab 100644
--- a/soltools/cpp/_unix.c
+++ b/soltools/cpp/_unix.c
@@ -49,8 +49,6 @@ 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)
{
diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h
index 15c2e60..5e57118 100644
--- a/soltools/cpp/cpp.h
+++ b/soltools/cpp/cpp.h
@@ -57,6 +57,8 @@ enum kwtype
KMACHINE, KLINENO, KFILE, KDATE, KTIME, KSTDC, KEVAL
};
+extern void setup_kwtab(void);
+
#define ISDEFINED 0x01 /* has #defined value */
#define ISKW 0x02 /* is PP keyword */
#define ISUNCHANGE 0x04 /* can't be #defined in PP */
More information about the Libreoffice-commits
mailing list