diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,18 +1,11 @@ %{ /* + * rcfile_l.l -- lexer for the run control file + * * For license terms, see the file COPYING in this directory. */ -/*********************************************************************** - module: rcfile_l.l - project: fetchmail - programmer: Carl Harris, ceharris@mal.com - Extensively hacked by esr. - description: configuration lexer - - ***********************************************************************/ - #include <config.h> #include "fetchmail.h" #include "rcfile_y.h" |