From 50a942cfbffdb207a849b2580aeb22613166e7e0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Sep 1996 03:40:01 +0000 Subject: The great name change. svn path=/trunk/; revision=114 --- rcfile_y.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 284d7352..979856d5 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -6,7 +6,7 @@ /*********************************************************************** module: poprc_y.y - project: popclient + project: fetchmail programmer: Carl Harris, ceharris@mal.com Extensively hacked and fixed by esr. description: .poprc parser @@ -15,7 +15,7 @@ #include #include -extern char *poprcfile; +extern char *rcfile; extern int prc_lineno; extern int prc_errflag; extern char *yytext; @@ -91,6 +91,6 @@ proto: PROTO_POP2 yyerror (s) char *s; { - fprintf(stderr,"%s line %d: %s at %s\n", poprcfile, prc_lineno, s, yytext); + fprintf(stderr,"%s line %d: %s at %s\n", rcfile, prc_lineno, s, yytext); prc_errflag++; } -- cgit v1.2.3