From d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Sep 2002 02:03:17 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57398 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cppmacro.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/cppmacro.c') diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 961109ad100..b8fb792de88 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -414,7 +414,7 @@ stringify_arg (pfile, arg) return new_string_token (pfile, dest - len, len); } -/* Try to paste two tokens. On success, return non-zero. In any +/* Try to paste two tokens. On success, return nonzero. In any case, PLHS is updated to point to the pasted token, which is guaranteed to not have the PASTE_LEFT flag set. */ static bool @@ -1240,7 +1240,7 @@ _cpp_backup_tokens (pfile, count) /* #define directive parsing and handling. */ -/* Returns non-zero if a macro redefinition warning is required. */ +/* Returns nonzero if a macro redefinition warning is required. */ static bool warn_of_redefinition (pfile, node, macro2) cpp_reader *pfile; @@ -1294,7 +1294,7 @@ _cpp_free_definition (h) } /* Save parameter NODE to the parameter list of macro MACRO. Returns - zero on success, non-zero if the parameter is a duplicate. */ + zero on success, nonzero if the parameter is a duplicate. */ bool _cpp_save_parameter (pfile, macro, node) cpp_reader *pfile; @@ -1534,7 +1534,7 @@ create_iso_definition (pfile, macro) return true; } -/* Parse a macro and save its expansion. Returns non-zero on success. */ +/* Parse a macro and save its expansion. Returns nonzero on success. */ bool _cpp_create_definition (pfile, node) cpp_reader *pfile; -- cgit v1.2.3