Commit f00af1ce authored by Alexander Barkov's avatar Alexander Barkov

fixing warnings:

- no previous declaration for ‘ddwrap’
- implicit declaration of function ‘ddwrap’

modified:
  storage/connect/fmdlex.c
parent d3a78da4
...@@ -406,6 +406,8 @@ char *yytext; ...@@ -406,6 +406,8 @@ char *yytext;
#undef yywrap #undef yywrap
#define yywrap ddwrap #define yywrap ddwrap
#endif /* UNIX */ #endif /* UNIX */
int yywrap(void);
static PDTP pp; static PDTP pp;
static void MakeParm(int n); static void MakeParm(int n);
static void MakeMMDD(int n); static void MakeMMDD(int n);
......
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