diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-11-01 14:49:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-11-01 14:49:33 +0000 |
commit | 7a1929e1dce250f3f6991c995035d32cc3b650e3 (patch) | |
tree | aa16e6bce62d6104ff53355393814d3f77676a88 /gcc/config/m68k/aux-exit.c | |
parent | 3c4e7c50811511bb73db16d2838262e0355020ce (diff) | |
download | gcc-7a1929e1dce250f3f6991c995035d32cc3b650e3.tar.gz |
3b1.h: Fix comment formatting.
* config/m68k/3b1.h: Fix comment formatting.
* config/m68k/3b1g.h: Likewise.
* config/m68k/a-ux.h: Likewise.
* config/m68k/amix.h: Likewise.
* config/m68k/apollo68.h: Likewise.
* config/m68k/atari.h: Likewise.
* config/m68k/aux-exit.c: Likewise.
* config/m68k/ccur-GAS.h: Likewise.
* config/m68k/crds.h: Likewise.
* config/m68k/dpx2.h: Likewise.
* config/m68k/dpx2g.h: Likewise.
* config/m68k/hp310.h: Likewise.
* config/m68k/hp320.h: Likewise.
* config/m68k/isi.h: Likewise.
* config/m68k/linux.h: Likewise.
* config/m68k/lynx.h: Likewise.
* config/m68k/m68k-psos.h: Likewise.
* config/m68k/m68k.c: Likewise.
* config/m68k/m68k.h: Likewise.
* config/m68k/m68k.md: Likewise.
* config/m68k/m68kelf.h: Likewise.
* config/m68k/m68kv4.h: Likewise.
* config/m68k/mot3300.h: Likewise.
* config/m68k/news.h: Likewise.
* config/m68k/next.h: Likewise.
* config/m68k/pbb.h: Likewise.
* config/m68k/plexus.h: Likewise.
* config/m68k/sgs.h: Likewise.
* config/m68k/sun3.h: Likewise.
* config/m68k/tower.h: Likewise.
* config/m68k/vxm68k.h: Likewise.
From-SVN: r46692
Diffstat (limited to 'gcc/config/m68k/aux-exit.c')
-rw-r--r-- | gcc/config/m68k/aux-exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/aux-exit.c b/gcc/config/m68k/aux-exit.c index 1d7d6c0fd80..b6619d9ece5 100644 --- a/gcc/config/m68k/aux-exit.c +++ b/gcc/config/m68k/aux-exit.c @@ -84,7 +84,7 @@ void exit(int status) if (block == &atexit_fns) break; /* I know what you are thinking -- we are about to exit, why free? - Because it is friendly to memory leak detectors, that's why. */ + Because it is friendly to memory leak detectors, that's why. */ old_block = block; block = block->next; free(old_block); |