diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-01 11:16:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-01 11:16:33 +0000 |
commit | dce90140f774911d2c90aeba8c1c3f0c4f854ef2 (patch) | |
tree | 832f1ddd50c99eac71c6b0176b33c911a8f9c4a3 /opcodes/sysdep.h | |
parent | 2be1811973b500fc34b1281fa7dabb32751b67ca (diff) | |
download | gdb-dce90140f774911d2c90aeba8c1c3f0c4f854ef2.tar.gz |
Update function declarations to ISO C90 formatting
Diffstat (limited to 'opcodes/sysdep.h')
-rw-r--r-- | opcodes/sysdep.h | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/opcodes/sysdep.h b/opcodes/sysdep.h index d3523794fb0..4f1efb23339 100644 --- a/opcodes/sysdep.h +++ b/opcodes/sysdep.h @@ -2,21 +2,22 @@ Copyright 1995, 1997, 2000 Free Software Foundation, Inc. Written by Ken Raeburn. -This file is part of libopcodes, the opcodes library. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + This file is part of libopcodes, the opcodes library. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* Do system-dependent stuff, mainly driven by autoconf-detected info. |