From: utzoo!decvax!cca!Michael.Young@Cmu-10a@sri-unix Newsgroups: net.unix-wizards Title: Re: C extensions Article-I.D.: sri-unix.4089 Posted: Thu Oct 28 02:37:42 1982 Received: Fri Oct 29 00:50:39 1982 From: Michael Wayne Young Date: 26 October 1982 1531-EDT (Tuesday) Unfortunately, the "search " construct is something you want your code-generator to do -- as you said, it becomes a loader directive. Currently, though, #-etc. are done by the C preprocessor... A more general concern though is that we wouldn't want the C language have to know anything about its environment... even though this is minimally more difficult than #include files. I'd really love the idea -- in fact, some other Dec-10 style loader directives would be nice, such as a #require (which says, put this object in there, regardless whether there are resolved external symbols in it) lines. [This'd be nice for libraries that wanted to have their own external variable library elements which didn't have any required routines in them. I often want to do this, but have to hack a bit to do it.] Still, this belongs in the environment, not the language. Michael