Index: src/pdb.c =================================================================== --- src/pdb.c (revision 14634) +++ src/pdb.c (working copy) @@ -136,7 +136,7 @@ PDB_t *pdb; void *yyscanner; - do_yylex_init ( &yyscanner ); + do_yylex_init ( NULL, &yyscanner ); /*Parrot_set_config_hash(); TODO link with cfg */ debugger = Parrot_new(NULL);