diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 17:34:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 17:34:48 +0000 |
commit | ff559f5242822b1540eac19f39963d95184e9b77 (patch) | |
tree | 204a76128ed8c61f857bc7969ffa24aa6b6b773e /rcfile_l.l | |
parent | 3671930b106a62a86cd1c7984204d5f094a8d5ff (diff) | |
download | fetchmail-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.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #include <config.h> #include "poproto.h" -#include "fetchrc_y.h" +#include "rcfile_y.h" int prc_lineno = 1; %} |