SIGN IN SIGN UP

Replace yyscan_t with another pointer type that we control.

This prevents the circuluar dependency between parser.gen.h and
lexer.gen.h.  Newer versions of bison add a prototype for yyparse() to
parser.gen.h that include the as-yet-undeclared yyscan_t type.
D
Damian Gryski committed
e40778727b6bb0b9c714d0426abcdcd67896fc52
Parent: 45b6fc8