Index: parse_l.c =================================================================== --- parse_l.c (revision 19629) +++ parse_l.c (revision 19630) @@ -2459,7 +2459,7 @@ int ret; pcb_fp_fopen_ctx_t st; - f = pcb_fp_fopen(pcb_fp_default_search_path(), name, &st); + f = pcb_fp_fopen(pcb_fp_default_search_path(), name, &st, NULL); /* set up the yy globals only after the pcb_fp_fopen() because it can also call Parse */ Index: parse_l.l =================================================================== --- parse_l.l (revision 19629) +++ parse_l.l (revision 19630) @@ -318,7 +318,7 @@ int ret; pcb_fp_fopen_ctx_t st; - f = pcb_fp_fopen(pcb_fp_default_search_path(), name, &st); + f = pcb_fp_fopen(pcb_fp_default_search_path(), name, &st, NULL); /* set up the yy globals only after the pcb_fp_fopen() because it can also call Parse */