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/netware.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/netware.h')
-rw-r--r-- | gcc/config/netware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/netware.h b/gcc/config/netware.h index d713ce806d2..52bfb4e0d31 100644 --- a/gcc/config/netware.h +++ b/gcc/config/netware.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ anyway for cross-compilers, and the other specs won't get picked up 'coz the user is supposed to do ld -r (hmm, perhaps that should be the default). In any case, setting them thus will catch some - common user errors. */ + common user errors. */ #undef MD_EXEC_PREFIX #undef MD_STARTFILE_PREFIX |