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/protoize.c | |
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/protoize.c')
-rw-r--r-- | gcc/protoize.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 61d583c0ceb..e039d6d4775 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -363,7 +363,7 @@ struct def_dec_info_struct { static const char *pname; -/* Error counter. Will be non-zero if we should give up at the next convenient +/* Error counter. Will be nonzero if we should give up at the next convenient stopping point. */ static int errors = 0; @@ -669,7 +669,7 @@ is_id_char (ch) } /* Give a message indicating the proper way to invoke this program and then - exit with non-zero status. */ + exit with nonzero status. */ static void usage () @@ -1437,7 +1437,7 @@ find_corresponding_lparen (p) /* Given a line from an aux info file, and a time at which the aux info file it came from was created, check to see if the item described in the line comes from a file which has been modified since the aux info - file was created. If so, return non-zero, else return zero. */ + file was created. If so, return nonzero, else return zero. */ static int referenced_file_is_newer (l, aux_info_mtime) @@ -3202,7 +3202,7 @@ edit_fn_declaration (def_dec_p, clean_text_p) list that lies to the left of the one it was originally called to work on. Thus, a whole set gets done in right-to-left order. - This routine returns non-zero if it thinks that it should not be trying + This routine returns nonzero if it thinks that it should not be trying to convert this particular function definition (because the name of the function doesn't match the one expected). */ @@ -3254,7 +3254,7 @@ edit_formals_lists (end_formals, f_list_count, def_dec_p) /* Check that the function name in the header we are working on is the same as the one we would expect to find. If not, issue a warning and return - non-zero. */ + nonzero. */ if (f_list_count == 0) { |