Path: utzoo!utgpu!water!watmath!clyde!rutgers!sri-spam!ames!sgi!decwrl!whyvax.dec.com!kruger From: kruger@whyvax.dec.com (I've got 50nS memory. What did you say?) Newsgroups: comp.lang.c Subject: commenting out code.... Message-ID: <8801300107.AA26425@decwrl.dec.com> Date: 30 Jan 88 01:07:58 GMT Organization: Digital Equipment Corporation Lines: 12 > 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