Fix use of out of scope declaration

This commit is contained in:
Travis Cross 2014-03-06 08:44:36 +00:00
parent 7cde2adcb7
commit 2fdaa1c0e8

View File

@ -3001,6 +3001,7 @@ struct lemon *lemp;
FILE *in;
char *tpltname;
char *cp;
extern int access();
cp = strrchr(lemp->filename,'.');
if( cp ){