From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,144064e39ca0ca6a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-18 09:16:15 PST Path: bga.com!news.sprintlink.net!redstone.interpath.net!ddsw1!panix!MathWorks.Com!yeshua.marcam.com!uunet!Germany.EU.net!news.dfn.de!scsing.switch.ch!swidir.switch.ch!epflnews!news From: weber@lglsun.epfl.ch (Mats Weber) Newsgroups: comp.lang.ada Subject: Re: Main (function) program with exit(status) Date: 17 Sep 1994 16:31:23 GMT Organization: Swiss Federal Institute of Technology Sender: madmats@lglsun.epfl.ch Message-ID: <35f5kr$mad@info.epfl.ch> References: <35cc7q$9it@rapnet.sanders.lockheed.com> <35dn70$3vf@gnat.cs.nyu.edu> NNTP-Posting-Host: sicsts3.epfl.ch X-Posted-From: InterNews 1.0.1@sicsts3.epfl.ch X-Authenticated: madmats on POP host lglsun.epfl.ch Date: 1994-09-17T16:31:23+00:00 List-Id: Was it ever considered that a task should be the main program instead of a subprogram ? I think that this would be more logical and would avoid that hidden environment task calling the main subprogram. Of course, this would make it more difficult for compilers to know whether or not the tasking kernel must be linked in.