]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove useless 'extern' declaration
authorLuigi Rizzo <rizzo@icir.org>
Tue, 2 May 2006 17:37:33 +0000 (17:37 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Tue, 2 May 2006 17:37:33 +0000 (17:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24216 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx/ael/ael.tab.c
pbx/ael/ael.y

index 29e85acf3d44889eeb5012dafc7ae125b2534cfb..8268dd6e21aa97f4787f5ab994129e222842ad9c 100644 (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;
index 103a7e8e457d5b86b5f11683680804bfcd61857d..1d309cd76e983d45cf26925db956300675efe2ff 100644 (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;