remove useless 'extern' declaration

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24216 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2006-05-02 17:37:33 +00:00
parent 7c46ef67ad
commit df3f8aa2b9
2 changed files with 0 additions and 2 deletions

View File

@ -3366,7 +3366,6 @@ void yyerror(YYLTYPE *locp, struct parse_io *parseio, char const *s)
static struct pval *npval(pvaltype type, int first_line, int last_line,
int first_column, int last_column)
{
extern char *my_file;
pval *z = calloc(1, sizeof(struct pval));
z->type = type;
z->startline = first_line;

View File

@ -830,7 +830,6 @@ void yyerror(YYLTYPE *locp, struct parse_io *parseio, char const *s)
static struct pval *npval(pvaltype type, int first_line, int last_line,
int first_column, int last_column)
{
extern char *my_file;
pval *z = calloc(1, sizeof(struct pval));
z->type = type;
z->startline = first_line;