|
| From: | David Hunter |
| Subject: | Re: Change to process.c |
| Date: | Sun, 22 May 2005 15:47:54 -0400 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) |
Andreas Schwab wrote:
This was a misplaced volatile. It's not needed here in the first place, so I removed it.Looking closer, the volatile _is_ needed. But it needs to be placed at the right side of the asterisk.
Oops.. oh yeah. I want a volatile pointer to a function that returns a pointer; not a pointer to a function that returns a volatile pointer. Sorry for not weighing in during the discussion, but thanks for catching and fixing this. (I can't find my C book!!) -Dave
| [Prev in Thread] | Current Thread | [Next in Thread] |