diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-05-17 05:51:42 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-05-17 05:51:42 +0000 |
commit | 3fe4d12a8ee4eb11522281d98c26454034422862 (patch) | |
tree | c29072407292432c21da96c1088fbdaac78a6d62 /gcc | |
parent | c5991f6804559db9c0beece070cd6f85b3715afe (diff) | |
download | gcc-3fe4d12a8ee4eb11522281d98c26454034422862.zip gcc-3fe4d12a8ee4eb11522281d98c26454034422862.tar.gz gcc-3fe4d12a8ee4eb11522281d98c26454034422862.tar.bz2 |
Fix two nits in formating.
From-SVN: r19813
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 41c448a..e7fea97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ Sun May 17 08:45:21 1998 Krister Walfridsson <cato@df.lth.se> - toplev.c (output_lang_identify): Enable prototype and definition. + * toplev.c (output_lang_identify): Enable prototype and definition. Sun May 17 01:12:27 PDT 1998 Jeff Law (law@cygnus.com) @@ -981,7 +981,7 @@ Thu Apr 30 16:57:34 1998 Michael Meissner <meissner@cygnus.com> sure the buffer we are passed in doesn't overflow. (safe_concat): Concatenate to a buffer without overflow. -Thu Apr 30 16:57:34 1998 Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> +Thu Apr 30 16:57:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * haifa-sched.c (alloc_{INSN,EXPR}_LIST): Make static to agree with the prototype. |