diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 20:09:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 20:09:17 +0000 |
commit | 424da949b9e792266e5ab268fef9d84d83845039 (patch) | |
tree | c77fe1bb905e48b9ef6d1aa767606adced63e933 /gcc/ChangeLog.1 | |
parent | aa977dccd630c164bdf358e6e324b1d3493973ef (diff) | |
download | gcc-424da949b9e792266e5ab268fef9d84d83845039.tar.gz |
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
configure, configure.in, except.c, except.h, flow.c, function.c,
gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
unroll.c: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.1')
-rw-r--r-- | gcc/ChangeLog.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog.1 b/gcc/ChangeLog.1 index 75b824581f8..05305362c0d 100644 --- a/gcc/ChangeLog.1 +++ b/gcc/ChangeLog.1 @@ -1423,7 +1423,7 @@ Fri Apr 12 15:00:52 1999 Stan Cox <scox@cygnus.com> * cpphash.c (collect_expansion, macroexpand, push_macro_expansion): Make the escape character in macro buffers '\r', not '@'. Remove code to protect literal - occurences of the escape character; '\r' cannot appear + occurrences of the escape character; '\r' cannot appear in a macro buffer unless we put it there. * cpplib.c (skip_comment, copy_comment, cpp_skip_hspace, copy_rest_of_line, cpp_get_token, parse_string, @@ -12503,7 +12503,7 @@ Thu Oct 1 10:42:27 1998 Nick Clifton <nickc@cygnus.com> * c-common.c (decl_attributes): Call PRAGMA_INSERT_ATTRIBUTES if it is defined. - * c-lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with + * c-lex.c: Replace occurrences of HANDLE_SYSV_PRAGMA with HANDLE_GENERIC_PRAGMAS. * varasm.c: Move definition of 'struct weak_syms' into |