On Fri, Oct 26, 2012, at 09:20, Ian Abbott wrote: > Or possibly a hindrance to the compiler. Didn't 'register' go out of > fashion back in the 90s? Compilers are typically smart enough these days to ignore it if that will be the case. If you're worried about it, you could simply #define register to remove it. -- Random832