return0;// changed because if an error occured after this point the file exists, the js code has reported the error to the user and returning 1 will report to them that it doesn't exist
}
/* Warnings for the initial .mwrc are a little OTT for now but warn on
subsequent mwscript loads */
if(do_warn_of_mwscript_death)
warn_of_mwscript_death(filename);
else
do_warn_of_mwscript_death=1;
if(mwrc_loaded){
fprintf(stderr,"Warning: file included in .mwrc not supported: %s\n",filename);