On Thu, 2 Oct 2003, Leopold Toetsch wrote: > Andy Dougherty <[EMAIL PROTECTED]> wrote: > > Sun's Workshop compiler complains about the use of a non-constant > > initializer in the giant vtable initialization in the class_init() > > functions generated by classes/pmc2c.pl. Here's a sample error message: > > > - entry, > > + NULL, /* base_type -- set to entry below */ > ^^^^ > 0
> else there is another warning. Anyway, done and comitted Good catch. It is indeed an integral type -- I just blindly copied nearby entries. I didn't see any warning because NULL is just a plain 0 on this system, but an explicit plain 0 is better. Thanks, Andy Dougherty [EMAIL PROTECTED]