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