8
0
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:
eku 2003-02-14 14:22:10 +00:00
parent 8b9b5299f2
commit 6b0df2eb51

View File

@ -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