Re: oaf-0.6.6 (fwd)



Hi Mike,

The patch below looks fine to me. Do you have commit access? If not,
I'll apply it for you. I'd like to get it in in time for oaf 0.6.7
(planned for today or tomorrow).

 - Maciej

> 
> 
> No.  The bug is in how oaf defines the value.
> 
> ac-query-parse.y has the line:
> 
> #define YYSTACK_USE_ALLOCA
> 
> The documentation for bison explicitly states that that is incorrect.
> 
> The following patch works:
> 
> ===
> diff -ru oaf-0.6.6.orig/oafd/ac-query-parse.y oaf-0.6.6/oafd/ac-query-parse.y
> --- oaf-0.6.6.orig/oafd/ac-query-parse.y        Tue Aug  7 19:14:35 2001
> +++ oaf-0.6.6/oafd/ac-query-parse.y     Tue Oct  9 20:19:14 2001
> @@ -23,8 +23,6 @@
>   */
> 
>  %{
> -#define YYSTACK_USE_ALLOCA
> -
>  #include <glib.h>
> 
>  #include "ac-query-expr.h"
> ===
> 
> mrc
> -- 
>      Mike Castle      dalgoda ix netcom com      www.netcom.com/~dalgoda/
>     We are all of us living in the shadow of Manhattan.  -- Watchmen
> fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
> 
> 
> _______________________________________________
> gnome-components-list mailing list
> gnome-components-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-components-list




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