Kaydet (Commit) 247bfbdb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Move prototype to include

Change-Id: I90c093c704609429f9997f3ffed6a9a79c8956a6
üst 527440c9
...@@ -49,8 +49,6 @@ int Cflag = 0; /* do not remove any comments */ ...@@ -49,8 +49,6 @@ int Cflag = 0; /* do not remove any comments */
int Dflag = 0; /* add parameter check to delete op */ int Dflag = 0; /* add parameter check to delete op */
int Cplusplus = 0; int Cplusplus = 0;
extern void setup_kwtab(void);
void void
setup(int argc, char **argv) setup(int argc, char **argv)
{ {
......
...@@ -57,6 +57,8 @@ enum kwtype ...@@ -57,6 +57,8 @@ enum kwtype
KMACHINE, KLINENO, KFILE, KDATE, KTIME, KSTDC, KEVAL KMACHINE, KLINENO, KFILE, KDATE, KTIME, KSTDC, KEVAL
}; };
extern void setup_kwtab(void);
#define ISDEFINED 0x01 /* has #defined value */ #define ISDEFINED 0x01 /* has #defined value */
#define ISKW 0x02 /* is PP keyword */ #define ISKW 0x02 /* is PP keyword */
#define ISUNCHANGE 0x04 /* can't be #defined in PP */ #define ISUNCHANGE 0x04 /* can't be #defined in PP */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment