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/cppinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cppinit.c') diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 2534ba4..8ec1b0e 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -194,7 +194,7 @@ path_include (pfile, list, path) /* Append DIR to include path PATH. DIR must be allocated on the heap; this routine takes responsibility for freeing it. CXX_AWARE - is non-zero if the header contains extern "C" guards for C++, + is nonzero if the header contains extern "C" guards for C++, otherwise it is zero. */ static void append_include_chain (pfile, dir, path, cxx_aware) @@ -840,7 +840,7 @@ init_standard_includes (pfile) } /* Pushes a command line -imacro and -include file indicated by P onto - the buffer stack. Returns non-zero if successful. */ + the buffer stack. Returns nonzero if successful. */ static bool push_include (pfile, p) cpp_reader *pfile; -- cgit v1.1