compile.c | 112 static struct error_info cur_input; 210 if (cur_input.name) 212 myname, cur_input.name, CAST(unsigned long)cur_input.line, why); 216 CAST(unsigned long)cur_input.string_expr_count, 225 anything to read. Keep cur_input.line up to date, so error messages 244 ++cur_input.line; 256 if (ch == '\n' && cur_input.line > 0) 257 --cur_input.line; 1125 if (ch=='n' && first_script && cur_input.line < 2 110 static struct error_info cur_input; variable in typeref:struct:error_info [all...] |