aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 17:34:48 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 17:34:48 +0000
commitff559f5242822b1540eac19f39963d95184e9b77 (patch)
tree204a76128ed8c61f857bc7969ffa24aa6b6b773e /rcfile_l.l
parent3671930b106a62a86cd1c7984204d5f094a8d5ff (diff)
downloadfetchmail-ff559f5242822b1540eac19f39963d95184e9b77.tar.gz
fetchmail-ff559f5242822b1540eac19f39963d95184e9b77.tar.bz2
fetchmail-ff559f5242822b1540eac19f39963d95184e9b77.zip
Remove some dependencies on the name of the rc file.
svn path=/trunk/; revision=117
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index a6f0f2e3..62740abf 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -16,7 +16,7 @@
#include <config.h>
#include "poproto.h"
-#include "fetchrc_y.h"
+#include "rcfile_y.h"
int prc_lineno = 1;
%}