On Sun, Aug 18, 2002 at 05:23:23PM -0000, Steve Fink wrote:
> On Sun, Aug 18, 2002 at 02:35:09PM +0000, Jarkko Hietaniemi wrote:
> > 
> > Tru64 finds the following objectionable spots from a fresh CVS checkout:
> 
> Does this patch fix it? (Though even if it does, I wouldn't be at all
> surprised if some other compiler choked on it.)

Works okay in Tru64 and IRIX which are known for their pointer pickiness.

On IRIX, though, I get these, where probably NO_STACK_ENTRY_TYPE is
meant instead.

cc-1185 cc: WARNING File = core.ops, Line = 3678
  An enumerated type is mixed with another type.

      Stack_entry_type type = 0;
                              ^

cc-1185 cc: WARNING File = core.ops, Line = 3678
  An enumerated type is mixed with another type.

      Stack_entry_type type = 0;
                              ^

cc-1185 cc: WARNING File = core.ops, Line = 3688
  An enumerated type is mixed with another type.

      Stack_entry_type type = 0;
                              ^

cc-1185 cc: WARNING File = core.ops, Line = 3688
  An enumerated type is mixed with another type.

      Stack_entry_type type = 0;


-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to