home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!harrier.ukc.ac.uk!eagle.ukc.ac.uk!wgd
- From: wgd@ukc.ac.uk (Warren Day)
- Newsgroups: comp.sys.transputer
- Subject: compiler inclusion strategy
- Summary: Is the occam compiler intellegent about linking?
- Keywords: occam, compiler, inclusion, library, strategy
- Message-ID: <1548@eagle.ukc.ac.uk>
- Date: 1 Sep 92 13:21:12 GMT
- Sender: wgd@ukc.ac.uk
- Organization: Computing Lab, The University, Canterbury, Kent. CT2 7NF, UK
- Lines: 14
-
- If I have the following piece of skeleton occam,
-
- {{{ SC
- #USE code.lib
- {{{ SC -- speed up compilation
- #USE code.lib
- }}}
- }}}
-
- does the code in my library get included twice?
-
- Thanks,
-
- Warren
-