Re: Debug Block?
- Posted by Jeremy Cowgar <jeremy at cow?ar?com> May 12, 2008
- 672 views
Daryl Border wrote: > > I would like to point out that this is actually a specialized form of > conditional > compilation. > A general conditional compilation system would provide this behavior and a lot > more. Can you give an example of what you are speaking of? Are you talking in regards to a C like preprocessor? #ifdef DEBUG puts(1, "Hello World\n") #endif #ifdef WINDOWS puts(1, "Windows\n") #endif ? -- Jeremy Cowgar http://jeremy.cowgar.com