diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-08 12:47:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-08 12:47:27 +0000 |
commit | 4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 (patch) | |
tree | 1597dda2c873e24f24656f766f741b0d4814230e /gcc/defaults.h | |
parent | 2567406a17362fdf2f3b7150d1c006b87c63ee1f (diff) | |
download | gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.zip gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.gz gcc-4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619.tar.bz2 |
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-lex.c: Likewise.
* c-pretty-print.c: Likewise.
* cfglayout.c: Likewise.
* cfgloop.c: Likewise.
* defaults.h: Likewise.
* et-forest.c: Likewise.
* explow.c: Likewise.
* function.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* gengtype.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* real.c: Likewise.
* rtl.h: Likewise.
* tracer.c: Likewise.
* tree-inline.c: Likewise.
* varasm.c: Likewise.
From-SVN: r56952
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 760241d..e08ed8e 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -437,7 +437,7 @@ do { fputs (integer_asm_op (POINTER_SIZE / UNITS_PER_WORD, TRUE), FILE); \ /* By default, the vtable entries are void pointers, the so the alignment is the same as pointer alignment. The value of this macro specifies the alignment of the vtable entry in bits. It should be defined only - when special alignment is necessary. */ + when special alignment is necessary. */ #ifndef TARGET_VTABLE_ENTRY_ALIGN #define TARGET_VTABLE_ENTRY_ALIGN POINTER_SIZE #endif @@ -576,7 +576,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! #endif /* Determine whether __cxa_atexit, rather than atexit, is used to - register C++ destructors for local statics and global objects. */ + register C++ destructors for local statics and global objects. */ #ifndef DEFAULT_USE_CXA_ATEXIT #define DEFAULT_USE_CXA_ATEXIT 0 #endif |