bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 CVS bugs


From: Derek R. Price
Subject: Re: 2 CVS bugs
Date: Mon, 02 Apr 2001 13:30:09 -0400

Alon Ziv wrote:

> I'm attaching patches to two bugs I found in CVS.
> Each patch also contains a short description of the bug it fixes (no
> changelog, unfortunately :-( )

> This patch fixes a warning ('missing declaration for getdate_yyparse')
> in the compilation of lib/getdate.c.
>
> diff -r -u cvs-1.10.8-cvsnt/lib/getdate.c cvs-1.10.8-New/lib/getdate.c
> --- cvs-1.10.8-cvsnt/lib/getdate.c      Mon Jan 03 22:23:00 2000
> +++ cvs-1.10.8-New/lib/getdate.c        Mon Mar 19 12:21:56 2001
> @@ -128,6 +128,7 @@
>  #define yylex getdate_yylex
>  #define yyerror getdate_yyerror
>
> +static int yyparse ();
>  static int yylex ();
>  static int yyerror ();
>
> diff -r -u cvs-1.10.8-cvsnt/lib/getdate.y cvs-1.10.8-New/lib/getdate.y
> --- cvs-1.10.8-cvsnt/lib/getdate.y      Mon Jan 03 22:23:00 2000
> +++ cvs-1.10.8-New/lib/getdate.y        Mon Apr 02 09:07:39 2001
> @@ -115,6 +115,7 @@
>  #define yylex getdate_yylex
>  #define yyerror getdate_yyerror
>
> +static int yyparse ();
>  static int yylex ();
>  static int yyerror ();
>

What compilers are you using?  I don't see any warnings.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:dprice@collab.net         CollabNet ( http://collab.net )
--
I will not sell school property.
I will not sell school property.
I will not sell school property...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

[Prev in Thread] Current Thread [Next in Thread]