On 3/30/17, Clemens Ladisch <[email protected]> wrote: > Richard Hipp wrote: >> #ifdef sqlite3Parser_ENGINEALWAYSONSTACK >> - unsigned char zSpace[sizeof(yyParser)]; /* Space for parser engine >> object */ >> + /* Space to hold the Lemon-generated Parser object */ >> + sqlite3_uint64 zSpace[sizeof(yyParser)/sizeof(sqlite_uint64)]; >> #endif > > So why isn't a variable of this type defined directly?
Lack of sense. Fixed now. Thanks. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

