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

Remove definitions not used by btyacc

This commit is contained in:
asfernandes 2009-12-06 02:07:04 +00:00
parent 4192aa1243
commit 255dbbbf65

View File

@ -111,24 +111,11 @@ const int UNSIGNED = 2;
//const int MIN_CACHE_BUFFERS = 250;
//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
#if defined(DEBUG) || defined(DEV_BUILD)
#define YYDEBUG 1
#endif
#define YYMALLOC gds__alloc
#define YYFREE gds__free
static const char INTERNAL_FIELD_NAME[] = "DSQL internal"; // NTX: placeholder
inline unsigned trigger_type_suffix(const unsigned slot1, const unsigned slot2, const unsigned slot3)