diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-29 13:16:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-29 13:16:44 +0000 |
commit | 991b659243a67ab870d02a52be36dd63409ed2d9 (patch) | |
tree | 24cbb8cf9da08986b3e7df17c094d53287981603 /gcc/config/netbsd.h | |
parent | 27631daef50f6bca3b23a6532caf570b74a28c6a (diff) | |
download | gcc-991b659243a67ab870d02a52be36dd63409ed2d9.tar.gz |
builtins.def: Fix comment formatting.
* builtins.def: Fix comment formatting.
* c-common.def: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* gengtype.c: Likewise.
* params.def: Likewise.
* predict.def: Likewise.
* rtl.def: Likewise.
* stab.def: Likewise.
* stor-layout.c: Likewise.
* tree.def: Likewise.
* config/darwin.c: Likewise.
* config/darwin.h: Likewise.
* config/dbxcoff.h: Likewise.
* config/elfos.h: Likewise.
* config/fp-bit.c: Likewise.
* config/freebsd-spec.h: Likewise.
* config/interix.h: Likewise.
* config/libgloss.h: Likewise.
* config/linux-aout.h: Likewise.
* config/linux.h: Likewise.
* config/lynx-ng.h: Likewise.
* config/lynx.h: Likewise.
* config/netbsd-aout.h: Likewise.
* config/netbsd.h: Likewise.
* config/netware.h: Likewise.
* config/psos.h: Likewise.
* config/ptx4.h: Likewise.
From-SVN: r57624
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r-- | gcc/config/netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index b57d412e53b..19df77ffcd8 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ /* NETBSD_NATIVE is defined when gcc is integrated into the NetBSD source tree so it can be configured appropriately without using - the GNU configure/build mechanism. */ + the GNU configure/build mechanism. */ #ifdef NETBSD_NATIVE |