Path: utzoo!utgpu!water!watmath!clyde!att!rutgers!umn-d-ub!umn-cs!bungia!cimcor!mike From: mike@cimcor.UUCP (Michael Grenier) Newsgroups: comp.unix.xenix Subject: Re: tgetent core dump on sco xenix Message-ID: <517@cimcor.UUCP> Date: 6 Jul 88 10:55:22 GMT References: <3291@bigtex.uucp> Distribution: comp Organization: Grenier & friends, Forest Lake, MN Lines: 19 : int *i, **p; : : i = 0; : if (i != 0) : printf("Broken compiler\n"); : : p = &i /* ie, not 0 */ : if (p == 0) : printf("Broken compiler\n"); : : surely it can handle the "integer constant 0" business (and if it : doesn't handle either, you don't want it). I can't remember if uPort : did this right with their 286 unix, but I expect better of SCO. uPort has no problem with this. -Mike Grenier mike@cimcor.mn.org