diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-12-09 01:46:27 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-12-09 01:46:27 +0000 |
commit | a2f33459cec3e5e8fe98876418ad0063cebeac31 (patch) | |
tree | d55f8be4c7857d63c9e4208ec07d2d5d71444c15 /binutils/arlex.l | |
parent | 19e64aa99d52ec61c74a09d54b050adc59cdb88b (diff) | |
download | gdb-a2f33459cec3e5e8fe98876418ad0063cebeac31.zip gdb-a2f33459cec3e5e8fe98876418ad0063cebeac31.tar.gz gdb-a2f33459cec3e5e8fe98876418ad0063cebeac31.tar.bz2 |
* arlex.l: Fix formatting.
Diffstat (limited to 'binutils/arlex.l')
-rw-r--r-- | binutils/arlex.l | 6 |
1 files changed, 2 insertions, 4 deletions
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 <sac@cygnus.com>. */ -*/ #define DONTDECLARE_MALLOC #include "ansidecl.h" #include "libiberty.h" |