Re: cvs commit: parrot pmc.c

2003-09-26 Thread Dan Sugalski
On Fri, 26 Sep 2003, Leopold Toetsch wrote: > Dan Sugalski <[EMAIL PROTECTED]> wrote: > > More MMD default functions, and make things compile properly > > [ snip ] > > > +INTVAL cmp_val; > > ... until gcc (<3) gets hit by this :-) Ah, damn excessively permissive compilers... fixed. :)

Re: cvs commit: parrot pmc.c

2003-09-26 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > More MMD default functions, and make things compile properly [ snip ] > +INTVAL cmp_val; ... until gcc (<3) gets hit by this :-) leo