Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen!haven!umbc3!gmuvax2!2113av From: 2113av@gmuvax2.gmu.edu (John Porter) Newsgroups: comp.lang.misc Subject: Re: dynamic symbol binding Message-ID: <2630@gmuvax2.gmu.edu> Date: 12 Oct 90 04:52:08 GMT References: <1653@seti.inria.fr> <14150@goofy.megatest.UUCP> Reply-To: 2113av@gmuvax2.UUCP (John Porter) Organization: George Mason Univ. Fairfax, Va. Lines: 6 Maybe I'm just stupid, but it seems rather obvious to me that C (and other languages) permit just such binding, in that all variables of storage class 'auto' are dynamic, and therefore the symbols bound to them are the symbols under discussion. --jp