projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be77210
)
c-exp.y: Add missing return type to yyparse() prototype.
author
Per Bothner
<per@bothner.com>
Mon, 30 Mar 1992 22:19:14 +0000
(22:19 +0000)
committer
Per Bothner
<per@bothner.com>
Mon, 30 Mar 1992 22:19:14 +0000
(22:19 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/c-exp.y
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e9edd523af7577c4688681f8ebbb3d626b957b9a..c64bcf1c3f2a99c6cd4b6626bbf46c0ceefb0cfc 100644
(file)
--- 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.
diff --git
a/gdb/c-exp.y
b/gdb/c-exp.y
index 865b021471637020b8c565eb607490a4fe4708b2..7d197b9332dfeebee111bd0f6877c8f1772be341 100644
(file)
--- a/
gdb/c-exp.y
+++ b/
gdb/c-exp.y
@@
-75,6
+75,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define yyval c_val
#define yylloc c_lloc
+int
yyparse PARAMS ((void));
int