Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!yale-com!leichter From: leichter@yale-com.UUCP (Jerry Leichter) Newsgroups: net.lang Subject: Re: Self-modifying code Message-ID: <2679@yale-com.UUCP> Date: Sun, 8-Jan-84 16:34:21 EST Article-I.D.: yale-com.2679 Posted: Sun Jan 8 16:34:21 1984 Date-Received: Mon, 9-Jan-84 04:39:12 EST References: unc.6480 Lines: 7 Another comment: I don't believe the C spec provides any definition for what a pointer to a function IS; it just says you can use it to CALL the function. It need NOT point to the function's code. In fact, the C compiler that Apollo sells has function pointers pointing to "function blocks" that indirectly point to the function - needed because of cross-mapping-segment calls, or something like that. -- Jerry