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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a5f87a50bf9eecc7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.inode.at!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: OT: Re: help with include and library files in GPS Date: Sun, 26 Feb 2006 10:35:36 +0100 Organization: Cablecom Newsserver Message-ID: <3538707.Le0VB0dQMj@linux1.krischik.com> References: <1140710414.054668.201470@z34g2000cwc.googlegroups.com> <1392397.TMLNCp2Aq0@linux1.krischik.com> <75WdnRLuksezMJ3ZnZ2dnUVZ_tudnZ2d@comcast.com> NNTP-Posting-Host: 84-74-134-212.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: news.hispeed.ch 1140948032 23299 84.74.134.212 (26 Feb 2006 10:00:32 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Sun, 26 Feb 2006 10:00:32 +0000 (UTC) User-Agent: KNode/0.10.1 Xref: g2news1.google.com comp.lang.ada:3167 Date: 2006-02-26T10:35:36+01:00 List-Id: Steve wrote: > Please don't confuse an english description of functionality with language > keywords. �If you feel you must, then throw a smiley at the end of the > line so everybody will know you're joking. True and I take your advice. However "include" is both a keyword ("#include") and a very low level concept of sharing code between different compilation units. In fact: the lowest level concept before coping the code manually from one source file to another. Anyway: Ada neither uses the keyword nor the concept of include. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com