mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
Remove definitions not used by btyacc
This commit is contained in:
parent
4192aa1243
commit
255dbbbf65
@ -111,24 +111,11 @@ const int UNSIGNED = 2;
|
|||||||
//const int MIN_CACHE_BUFFERS = 250;
|
//const int MIN_CACHE_BUFFERS = 250;
|
||||||
//const int DEF_CACHE_BUFFERS = 1000;
|
//const int DEF_CACHE_BUFFERS = 1000;
|
||||||
|
|
||||||
// Fix 69th procedure problem - solution from Oleg Loa
|
|
||||||
#define YYSTACKSIZE 2048
|
|
||||||
#define YYMAXDEPTH 2048
|
|
||||||
|
|
||||||
// Make bison allocate static stack
|
|
||||||
#define YYINITDEPTH 2048
|
|
||||||
|
|
||||||
// Using this option causes build problems on Win32 with bison 1.28
|
|
||||||
//#define YYSTACK_USE_ALLOCA 1
|
|
||||||
|
|
||||||
#define YYSTYPE YYSTYPE
|
#define YYSTYPE YYSTYPE
|
||||||
#if defined(DEBUG) || defined(DEV_BUILD)
|
#if defined(DEBUG) || defined(DEV_BUILD)
|
||||||
#define YYDEBUG 1
|
#define YYDEBUG 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define YYMALLOC gds__alloc
|
|
||||||
#define YYFREE gds__free
|
|
||||||
|
|
||||||
static const char INTERNAL_FIELD_NAME[] = "DSQL internal"; // NTX: placeholder
|
static const char INTERNAL_FIELD_NAME[] = "DSQL internal"; // NTX: placeholder
|
||||||
|
|
||||||
inline unsigned trigger_type_suffix(const unsigned slot1, const unsigned slot2, const unsigned slot3)
|
inline unsigned trigger_type_suffix(const unsigned slot1, const unsigned slot2, const unsigned slot3)
|
||||||
|
Loading…
Reference in New Issue
Block a user