mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Initialize the yyzerominor constant generated by lemon. (CVS 6016)
FossilOrigin-Name: 76c8f6ba87f333f15444ba5444bc675ec4cfd89e
This commit is contained in:
@ -62,11 +62,8 @@
|
||||
|
||||
/* The yyzerominor constant is used to initialize instances of
|
||||
** YYMINORTYPE objects to zero. */
|
||||
#if 1
|
||||
static YYMINORTYPE yyzerominor;
|
||||
#else
|
||||
static const YYMINORTYPE yyzerominor;
|
||||
#endif
|
||||
static const YYMINORTYPE yyzerominor = { 0 };
|
||||
|
||||
|
||||
/* Next are the tables used to determine what action to take based on the
|
||||
** current state and lookahead token. These tables are used to implement
|
||||
|
Reference in New Issue
Block a user