* arlex.l: Fix formatting.
authorBen Elliston <bje@au.ibm.com>
Thu, 9 Dec 2004 01:46:27 +0000 (01:46 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 9 Dec 2004 01:46:27 +0000 (01:46 +0000)
binutils/ChangeLog
binutils/arlex.l

index 3c6379690607605d71453082c6514b6d5dd6d69d..dbc782d159bd42ad5e5c0ff596ccc8e54ef3e9c0 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-08  Ben Elliston  <bje@au.ibm.com>
+
+       * arlex.l: Fix formatting.
+
 2004-12-08  Ben Elliston  <bje@au.ibm.com>
 
        * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
index ab1ff164e1909e072034c38a0a6ccbeaaa002d9a..a7f0ca296774cfb2ba1397a0adfdce95576e50b3 100644 (file)
@@ -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 <sac@cygnus.com>.  */
 
-*/
 #define DONTDECLARE_MALLOC
 #include "ansidecl.h"
 #include "libiberty.h"
This page took 0.042692 seconds and 4 git commands to generate.