Hi, Leopold Toetsch wrote: > Jens Rieks wrote: > > I've prepared a patch for it. > > Why do you change all to the longest declaration of Parrot_Interp?
because Brent 'Dax' Royal-Gordon wrote: : The naming conventions say that struct : Parrot_Interp should really be struct parrot_interp_t, but that's a : ginormous global change. > We have in decreasing length > > struct parrot_interp_t * > struct Parrot_Interp * > Parrot_Interp > Interp * > > We need the structure declaration which could be 1) or 2) and we want a > short typedef for it. So let's use the latter, which doesn't hide that > its a pointer (albeit I used to use Parrot_Interp). > Of course 2 or 3 have to be tossed. (I'd toss 1 and 3 and use 4 in the > tree) Okay. I'll use the current CVS version and then change every "struct parrot_interp_t *" and "struct Parrot_Interp *" into "Interp *", right? > Anyway, whatever is choosen, please apply it, I'd rather not do that on > my limited dialup line. Okay, no problem. I have a fast internet connection. > leo jens