C preprocessor: Difference between revisions

m
[unchecked revision][unchecked revision]
(+Cat: C)
Line 111:
#endif
</source>
Many editors, like [[VIm]http://www.vim.org/ Vim] have by default syntax highlighting rules that treat such #if 0-#endif blocks as comments.
The #if-#endif directives must be balanced, single-quotes characters must balance etc. so for deleting non-code text use comments instead.
 
Anonymous user