8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 07:23:03 +01:00

Undefine PAGE_SIZE to allow successful compile with gcc 3.3.3.

This commit is contained in:
stryqx 2003-11-10 06:27:45 +00:00
parent 2da439c58e
commit 7715c0db1b

View File

@ -28,7 +28,7 @@
* Contributor(s):
*
*
* $Id: keywords.cpp,v 1.22 2003-11-07 14:10:15 dimitr Exp $
* $Id: keywords.cpp,v 1.23 2003-11-10 06:27:45 stryqx Exp $
*
*/
@ -39,6 +39,10 @@
#include <string.h>
#endif
// cater for redefinition of PAGE_SIZE
#ifdef PAGE_SIZE
#undef PAGE_SIZE
#endif
#include "dsql.tab.h"
#include "keywords.h"