From: Ben Elliston Date: Thu, 9 Dec 2004 01:46:27 +0000 (+0000) Subject: * arlex.l: Fix formatting. X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~644 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2f33459cec3e5e8fe98876418ad0063cebeac31;p=external%2Fbinutils.git * arlex.l: Fix formatting. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3c63796..dbc782d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2004-12-08 Ben Elliston + * arlex.l: Fix formatting. + +2004-12-08 Ben Elliston + * doc/Makefile.am (config.texi): Emit a @set UPDATED command to config.texi whose value is the current month and year. * doc/Makefile.in: Rebuild. diff --git a/binutils/arlex.l b/binutils/arlex.l index ab1ff16..a7f0ca2 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -1,7 +1,7 @@ %{ /* arlex.l - Strange script language lexer */ -/* Copyright 1992, 1997, 2000, 2002, 2003 Free Software Foundation, Inc. +/* Copyright 1992, 1997, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -20,10 +20,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Contributed by Steve Chamberlain - sac@cygnus.com +/* Contributed by Steve Chamberlain . */ -*/ #define DONTDECLARE_MALLOC #include "ansidecl.h" #include "libiberty.h"