diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 22:25:14 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 22:25:14 +0000 |
commit | 7fd957fe27f5a1bbe4243691ea4f70bae08b844c (patch) | |
tree | 778e5c00812009bde0b1783be2f952fd29b9acd0 /gcc/output.h | |
parent | 4c7e800416ea780ea1790a4ddb464b9d175cc49f (diff) | |
download | gcc-7fd957fe27f5a1bbe4243691ea4f70bae08b844c.tar.gz |
* c-common.h: Follow spelling conventions.
* cpplex.c: Likewise.
* cpplib.h: Likewise.
* gthr-dce.h: Likewise.
* gthr-posix.h: Likewise.
* optabs.c: Likewise.
* output.h: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* ra-rewrite.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reg-stack.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* reload.c: Likewise.
* reload.h: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* rtl.h: Likewise.
* rtlanal.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index 00eceddc174..cd5cd09e22b 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -327,7 +327,7 @@ extern bool default_assemble_integer PARAMS ((rtx, unsigned int, int)); /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is the alignment of the integer in bits. Return 1 if we were able to output - the constant, otherwise 0. If FORCE is non-zero, abort if we can't output + the constant, otherwise 0. If FORCE is nonzero, abort if we can't output the constant. */ extern bool assemble_integer PARAMS ((rtx, unsigned, unsigned, int)); |