mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Fixed "'SHARED' redefined"
This commit is contained in:
parent
8b9b5299f2
commit
6b0df2eb51
@ -124,6 +124,9 @@ static void yyerror (TEXT *);
|
|||||||
#ifdef IN
|
#ifdef IN
|
||||||
#undef IN
|
#undef IN
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef SHARED /* sys/mman.h */
|
||||||
|
#undef SHARED
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Fix 69th procedure problem - solution from Oleg Loa */
|
/* Fix 69th procedure problem - solution from Oleg Loa */
|
||||||
#define YYSTACKSIZE 2048
|
#define YYSTACKSIZE 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user