From 40f03658801b3fb690d689bf46576688f5382075 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 26 Sep 2002 22:25:14 +0000 Subject: c-common.h: Follow spelling conventions. * 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. From-SVN: r57555 --- gcc/protoize.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index 61d583c..e039d6d 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) { -- cgit v1.1