aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-03-30 22:19:14 +0000
committerPer Bothner <per@bothner.com>1992-03-30 22:19:14 +0000
commitd26b50b794acb49dd37c959f7781f52d292a4d1a (patch)
treee6593d141beb688968ca10708b131b0c7156fe49 /gdb/ChangeLog
parentbe772100b5002a9d942ebea6e597787ea878932a (diff)
downloadgdb-d26b50b794acb49dd37c959f7781f52d292a4d1a.zip
gdb-d26b50b794acb49dd37c959f7781f52d292a4d1a.tar.gz
gdb-d26b50b794acb49dd37c959f7781f52d292a4d1a.tar.bz2
c-exp.y: Add missing return type to yyparse() prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e9edd52..c64bcf1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 30 14:17:53 1992 Per Bothner (bothner@cygnus.com)
+
+ * c-exp.y: Add missing return type to yyparse() prototype.
+
Sat Mar 28 22:22:06 1992 John Gilmore (gnu at cygnus.com)
Create and use macros for iterating on symtabs, psymtabs, msymbols.