mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user