aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-12-06 01:33:49 +0000
committerStan Shebs <shebs@codesourcery.com>1995-12-06 01:33:49 +0000
commitfaa077a592091756359ea56921f9aee1ee2eaa64 (patch)
tree3e0f7d4964dda9860c8f156e1c4ac5713f66c062 /gdb/ChangeLog
parent624c91d1e725c92408498f156f6f237dda3e71a9 (diff)
downloadgdb-faa077a592091756359ea56921f9aee1ee2eaa64.zip
gdb-faa077a592091756359ea56921f9aee1ee2eaa64.tar.gz
gdb-faa077a592091756359ea56921f9aee1ee2eaa64.tar.bz2
* c-lang.h (c_op_print_tab): Don't declare, some compilers
consider illegal if structure not defined, and only used in c-lang.c anyway.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fa28bac..4c7c246 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Tue Dec 5 15:51:25 1995 Stan Shebs <shebs@andros.cygnus.com>
+
+ * c-lang.h (c_op_print_tab): Don't declare, some compilers
+ consider illegal if structure not defined, and only used
+ in c-lang.c anyway.
+
Sun Dec 3 12:31:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
* eval.c (evaluate_subexp_standard case): Fix typo.