On Wed 28 Nov 2001 17:43, Michael Maraist <[EMAIL PROTECTED]> wrote:
> 
> While your point is taken, it's hardly considered "C++" anymore.  Many
> C-compilers have adopted many such useful features.

True, but many also have not. Try to program defensive, one might want to
compile it on a cray that has no gcc.

> On Wed, 28 Nov 2001, Andy Dougherty wrote:
> 
> > diff -r -u parrot-current/classes/perlnum.pmc parrot-andy/classes/perlnum.pmc
> 
> >      void set_integer (PMC* value) {
> > -//        SELF->vtable = &(Parrot_base_vtables[enum_class_PerlInt]);
> > +       /* SELF->vtable = &(Parrot_base_vtables[enum_class_PerlInt]); */
> >          SELF->cache.num_val = (FLOATVAL)value->vtable->get_integer(INTERP, value);
> >      }
> 
> -Michael

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.7.2 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to