Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!adm!ADLER1%BRANDEIS.BITNET@WISCVM.WISC.EDU From: ADLER1%BRANDEIS.BITNET@WISCVM.WISC.EDU Newsgroups: comp.lang.c Subject: #include in Whitesmith Message-ID: <10568@brl-adm.ARPA> Date: Sat, 28-Nov-87 23:51:10 EST Article-I.D.: brl-adm.10568 Posted: Sat Nov 28 23:51:10 1987 Date-Received: Tue, 1-Dec-87 03:32:03 EST Sender: news@brl-adm.ARPA Lines: 15 A friend of mine has been porting a program to the IBM 370 where it is to be compiled using the Whitesmith C Compiler. He writes: >Al-- > The compiler has no qualms about the absence of main() but screams bloody >murder when both (or more) files compiled together use types.h or one uses >style.h and the other uses vars.h, both of which use types.h. This thing is >too complicated for beginners like us to keep track of all the entry points. Question: What is different about Whitesmith's C Compiler and what can my friend do about this ? ADLER1@BRANDEIS.BITNET