Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!uwvax!astroatc!prairie!dan From: dan@prairie.UUCP (Daniel M. Frank) Newsgroups: comp.lang.modula2 Subject: Re: Tyro questions Message-ID: <371@prairie.UUCP> Date: Mon, 8-Dec-86 09:52:45 EST Article-I.D.: prairie.371 Posted: Mon Dec 8 09:52:45 1986 Date-Received: Mon, 8-Dec-86 21:48:51 EST References: <4740@ism780c.UUCP> <29@oresoft.UUCP> <4808@ism780c.UUCP> Reply-To: dan@prairie.UUCP (Daniel M. Frank) Distribution: net Organization: Prairie Computing, Madison, Wisconsin Lines: 18 In article <4808@ism780c.UUCP> darryl@ism780c.UUCP (Darryl Richman) writes: >My >machine doesn't support floating point in hardware, so the module SYSTEM >includes routines for all the needed floating point code. This means that all >programs that I build have a complete floating point interpretter in them, >even though I rarely (not so far) use it. Generally, stuff in module SYSTEM isn't really "there", in the sense that stuff in, e.g., Strings is. SYSTEM is a pseudo-module whose functions are normally implemented directly by the compiler. Thus, either there is nothing to link in, or the linkage decision is made differently than you would expect. -- Dan Frank uucp: ... uwvax!prairie!dan arpa: dan%caseus@spool.wisc.edu