[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 6502 illegal opcodes questions
mdj wrote:
> Of course, but includes include includes (lol), which include others,
> which then perhaps collide with one you've already defined. The scope
> over which a macro symbol exists is potentially the entire application.
> It's entirely non-determinable.
Exactly. One reason I'm very happy to be out of the C++ world (for now)
is that there wasn't much support for 'compile-time debugging'! And it
was sorely needed when includes reached a critical mass. Debugging with
preprocessor directives doesn't really cut it.
Cheers,
Nick.