In article <780 at wjvax.wjvax.UUCP> brett at wjvax.UUCP (Brett Galloway) writes: >My real question is in implementation -- are there any loaders/compilers which >(stupidly) link in text which is referenced in an extern but not used? Yes, there are, but a simple trick in the compiler can avoid generating references to unused external names.