From d26b50b794acb49dd37c959f7781f52d292a4d1a Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 30 Mar 1992 22:19:14 +0000 Subject: [PATCH] c-exp.y: Add missing return type to yyparse() prototype. --- gdb/ChangeLog | 4 ++++ gdb/c-exp.y | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9edd523af7..c64bcf1c3f2 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. diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 865b0214716..7d197b9332d 100644 --- 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 -- 2.30.2