diff options
author | Nicola Pero <nicola@gcc.gnu.org> | 2002-09-06 15:26:36 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2002-09-06 15:26:36 +0000 |
commit | 22d4398d6d31aa7a83b687df3eff7eb14cd3e4f0 (patch) | |
tree | 60f0dbb0c2cc00f238a9de4d6b6cfb37cdd7ff81 /gcc | |
parent | e30d4c8210354914bad34d18a0d7ddfc750e2a6b (diff) | |
download | gcc-22d4398d6d31aa7a83b687df3eff7eb14cd3e4f0.zip gcc-22d4398d6d31aa7a83b687df3eff7eb14cd3e4f0.tar.gz gcc-22d4398d6d31aa7a83b687df3eff7eb14cd3e4f0.tar.bz2 |
Fixed indentantion of my last ChangeLog entry
From-SVN: r56886
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7bbfa1..9517d40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,7 +4,7 @@ Fri Sep 6 16:17:33 2002 Nicola Pero <n.pero@mi.flashnet.it> 10k. Fixed category dumping - print out category names with the proper syntax. Print '@end\n' and not '\n@end' at the end of the interface. - (finish_objc): Fixed the -gen-decls option. It was printing out + (finish_objc): Fixed the -gen-decls option. It was printing out only the last class. Dump an interface declaration of all classes being compiled instead. |