git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24216
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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;
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;