From aec15b99bf6b340227895ecfa6136e9d638c701a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Oct 1996 17:44:12 +0000 Subject: Remove all those obnoxious block comments. svn path=/trunk/; revision=345 --- rcfile_l.l | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 99558152..5ef8722d 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -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 #include "fetchmail.h" #include "rcfile_y.h" -- cgit v1.2.3