Syntax error in m4macros/gtk-2.0.m4

View: New views
2 Messages — Rating Filter:   Alert me  

Syntax error in m4macros/gtk-2.0.m4

by BugByteMan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.
 
git commit id 72b69e0094db5ac1f9bf38bea429b45bf2e449e3 introduced a syntax error.
 
Line 88 has mismatched parantheses:
 
fclose (fopen ("conf.gtktest", "w");

It should be:

fclose (fopen ("conf.gtktest", "w"));
 
Thanks,
BugByteMan



     
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Syntax error in m4macros/gtk-2.0.m4

by Allin Cottrell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Fri, 6 Nov 2009, BugByteMan wrote:

> git commit id 72b69e0094db5ac1f9bf38bea429b45bf2e449e3
> introduced a syntax error.  Line 88 has mismatched parantheses:
> fclose (fopen ("conf.gtktest", "w");
>
> It should be...

IMHO the problem here is more than mismatched parentheses.  This
is an absolutely horrible, clotted idiom -- even by the standards
of m4 tests.

Allin Cottrell



_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-devel-list