home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / transput / 975 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  656 b 

  1. Path: sparky!uunet!mcsun!uknet!harrier.ukc.ac.uk!eagle.ukc.ac.uk!wgd
  2. From: wgd@ukc.ac.uk (Warren Day)
  3. Newsgroups: comp.sys.transputer
  4. Subject: compiler inclusion strategy
  5. Summary: Is the occam compiler intellegent about linking?
  6. Keywords: occam, compiler, inclusion, library, strategy
  7. Message-ID: <1548@eagle.ukc.ac.uk>
  8. Date: 1 Sep 92 13:21:12 GMT
  9. Sender: wgd@ukc.ac.uk
  10. Organization: Computing Lab, The University, Canterbury, Kent. CT2 7NF, UK
  11. Lines: 14
  12.  
  13. If I have the following piece of skeleton occam,
  14.  
  15. {{{  SC
  16. #USE code.lib
  17.   {{{  SC   -- speed up compilation
  18.   #USE code.lib
  19.   }}}
  20. }}}
  21.  
  22. does the code in my library get included twice?
  23.  
  24. Thanks,
  25.  
  26. Warren
  27.