tgetent core dump on sco xenix

Michael Grenier mike at cimcor.UUCP
Wed Jul 6 20:55:22 AEST 1988


: 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 at cimcor.mn.org



More information about the Comp.unix.xenix mailing list