Commit f9ba8073 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 f2d2c1ea
......@@ -406,6 +406,8 @@ char *yytext;
#undef yywrap
#define yywrap ddwrap
#endif /* UNIX */
int yywrap(void);
static PDTP pp;
static void MakeParm(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