> > What happens if you declare Aja_Mtrx that way?
> > 
> >        void Aja_Mtrx(int k0[31][], int k1[31][], int k2[31][])
> 
> It trows error: "array type has incomplete element type"
> 
> > And that way?
> > 
> >        void Aja_Mtrx(int k0[31][31], int k1[31][31], int k2[31][31])
> 
> Same, signal 11.
> 
> 

Do you have the same valgrind memcheck output? Can you use the last subversion 
revision?

-- 
Benoît Minisini

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to