From da7d8304097f7ee1fb0e484b692acd38abc406fb Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 22 Sep 2002 02:03:17 +0000 Subject: ChangeLog: Follow spelling conventions. * ChangeLog: Follow spelling conventions. * ChangeLog.0: Likewise. * ChangeLog.1: Likewise. * ChangeLog.2: Likewise. * ChangeLog.3: Likewise. * ChangeLog.4: Likewise. * ChangeLog.5: Likewise. * ChangeLog.6: Likewise. * FSFChangeLog.10: Likewise. * FSFChangeLog.11: Likewise. * alias.c: Likewise. * basic-block.h: Likewise. * c-aux-info.c: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-decl.c: Likewise. * c-format.c: Likewise. * c-semantics.c: Likewise. * c-typeck.c: Likewise. * calls.c: Likewise. * cfganal.c: Likewise. * cfgloop.c: Likewise. * collect2.c: Likewise. * combine.c: Likewise. * conflict.c: Likewise. * cppexp.c: Likewise. * cppfiles.c: Likewise. * cpphash.h: Likewise. * cppinit.c: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * cpplib.h: Likewise. * cppmacro.c: Likewise. * cse.c: Likewise. From-SVN: r57398 --- gcc/cpplib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/cpplib.c') diff --git a/gcc/cpplib.c b/gcc/cpplib.c index eb11e5b..c954448 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -300,7 +300,7 @@ prepare_directive_trad (pfile) pfile->state.prevent_expansion++; } -/* Output diagnostics for a directive DIR. INDENTED is non-zero if +/* Output diagnostics for a directive DIR. INDENTED is nonzero if the '#' was indented. */ static void directive_diagnostics (pfile, dir, indented) @@ -336,10 +336,10 @@ directive_diagnostics (pfile, dir, indented) } } -/* Check if we have a known directive. INDENTED is non-zero if the +/* Check if we have a known directive. INDENTED is nonzero if the '#' of the directive was indented. This function is in this file to save unnecessarily exporting dtable etc. to cpplex.c. Returns - non-zero if the line of tokens has been handled, zero if we should + nonzero if the line of tokens has been handled, zero if we should continue processing the line. */ int _cpp_handle_directive (pfile, indented) @@ -1686,7 +1686,7 @@ find_answer (node, candidate) } /* Test an assertion within a preprocessor conditional. Returns - non-zero on failure, zero on success. On success, the result of + nonzero on failure, zero on success. On success, the result of the test is written into VALUE. */ int _cpp_test_assertion (pfile, value) -- cgit v1.1