[comp.lang.c] commenting out code....

kruger@whyvax.dec.com (I've got 50nS memory. What did you say?) (01/30/88)

> just substitute '/' --> ' / '

to go back, just substitute ' / ' --> '/'

doesn't destroy the code but it could wreak havoc with my nice expressions in
which the divisions are spaced.... Do it the way God intended: #if 0

Oh, if you're desperate, you can make this work by replacing ' / *' with '/*'
and ditto for the end comment. BUT WHY????

dov