diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 07:33:49 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 07:33:49 -0400 |
commit | 1a10ad657d52a349a04e558f864d9b642164fe3f (patch) | |
tree | daa0ce78183af1be1879f203f2931e9abe716752 /gcc/fix-header.c | |
parent | 940d9d638bee8d5cfb31e9b03efaf32f96a44d08 (diff) | |
download | gcc-1a10ad657d52a349a04e558f864d9b642164fe3f.zip gcc-1a10ad657d52a349a04e558f864d9b642164fe3f.tar.gz gcc-1a10ad657d52a349a04e558f864d9b642164fe3f.tar.bz2 |
Update header.
From-SVN: r9960
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index e8a6168..a7f92ea 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -13,8 +13,7 @@ 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, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This program massages a system include file (such as stdio.h), into a form more conformant with ANSI/POSIX, and more suitable for C++: |