dect
/
asterisk
Archived
13
0
Fork 0

remove useless 'extern' declaration

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24216 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-05-02 17:37:33 +00:00
parent ea05e09317
commit 533cd5d2f5
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;