On Tuesday 30 March 2004 02:27, Keith Whitwell wrote:
> Hmm. Those new breakages were my fault... Sorry about that. It looks like
> Ian has committed some changes to address my breakage - can you try again &
> see?
Ian's commit only touched some Imakefiles, which is not what's going on here.
r{200,adeon}_context.h define struct dynfn as:
struct dynfn {
struct dynfn *next, *prev;
int key[2];
char *code;
};
but t_context.h now has this:
struct dynfn {
struct dynfn *next, *prev;
int key;
char *code;
};
I haven't looked at the codegen code much so I'm not sure what path to take.
- ajax
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel