diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-27 12:48:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-27 12:48:07 +0000 |
commit | f712a0dcd3010d64361b11d5f7b7d71700f69aab (patch) | |
tree | c2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/LANGUAGES | |
parent | 5d822c0058e6e4da7d30bd003fd9696370a88aef (diff) | |
download | gcc-f712a0dcd3010d64361b11d5f7b7d71700f69aab.tar.gz |
* LANGUAGES: Follow spelling conventions.
* rtl.def: Likewise.
* sbitmap.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* stab.def: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* target.h: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree.c: Likewise.
* tree.def: Likewise.
* tree.h: Likewise.
* unroll.c: Likewise.
* varasm.c: Likewise.
* vmsdbgout.c: Likewise.
* treelang/treelang.texi: Likewise.
* treelang/treetree.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/LANGUAGES')
-rw-r--r-- | gcc/LANGUAGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/LANGUAGES b/gcc/LANGUAGES index 8bc51568eee..d1e07198e64 100644 --- a/gcc/LANGUAGES +++ b/gcc/LANGUAGES @@ -18,7 +18,7 @@ Aug 31, 1998: from the input stream, and to push them back into the input stream respectively. The third argument is a pointer to a null terminate string which is the first word after #pragma. The expression supplied by HANDLE_PRAGMA should return - non-zero if it parsed and implemented the pragma. Otherwise it should return + nonzero if it parsed and implemented the pragma. Otherwise it should return zero, and leave the input stream as it was before the expression was evaluated. A new back-end definable macro has been added: INSERT_ATTRIBUTES. This macro |