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:
parent
2da439c58e
commit
7715c0db1b
@ -28,7 +28,7 @@
|
|||||||
* Contributor(s):
|
* 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>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// cater for redefinition of PAGE_SIZE
|
||||||
|
#ifdef PAGE_SIZE
|
||||||
|
#undef PAGE_SIZE
|
||||||
|
#endif
|
||||||
#include "dsql.tab.h"
|
#include "dsql.tab.h"
|
||||||
#include "keywords.h"
|
#include "keywords.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user