aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 03:40:01 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 03:40:01 +0000
commit50a942cfbffdb207a849b2580aeb22613166e7e0 (patch)
treefa0e42847076bb492ae3bc30eb72893b7b0f1f3b /rcfile_l.l
parent3f972ba1ec94c2099f6d55d1427fcce3a543dc56 (diff)
downloadfetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.gz
fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.bz2
fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.zip
The great name change.
svn path=/trunk/; revision=114
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 508c1d51..a6f0f2e3 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -7,7 +7,7 @@
/***********************************************************************
module: poprc_l.l
- project: popclient
+ project: fetchmail
programmer: Carl Harris, ceharris@mal.com
Extensively hacked by esr.
description: .poprc lexer
@@ -16,7 +16,7 @@
#include <config.h>
#include "poproto.h"
-#include "poprc_y.h"
+#include "fetchrc_y.h"
int prc_lineno = 1;
%}