Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 Apollo; site apollo.UUCP Path: utzoo!linus!decvax!wivax!apollo!nazgul From: nazgul@apollo.UUCP (Kee Hinckley) Newsgroups: net.dcom,net.sources Subject: Posting of UC.C to net.sources Message-ID: <215@apollo.UUCP> Date: Thu, 29-Dec-83 15:43:14 EST Article-I.D.: apollo.215 Posted: Thu Dec 29 15:43:14 1983 Date-Received: Fri, 30-Dec-83 02:21:15 EST Organization: Apollo Computer, Chelmsford, Mass. Lines: 12 : A note on uc.c. There is a missing semi-colon on the declaration of the structure "environ" which results in an attempt to declare "main" to be of type "enivron", which may upset some compilers. In particular, when compiled on the old Apollo compiler, this would result in using the environment as command line options. The new one however, flags it as an error. -kee