Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!kenny From: kenny@m.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Nested comments yet again. Message-ID: <4700047@m.cs.uiuc.edu> Date: 23 Feb 90 17:41:17 GMT Lines: 15 Nf-ID: #N:m.cs.uiuc.edu:4700047:000:374 Nf-From: m.cs.uiuc.edu!kenny Feb 22 21:43:00 1990 The big annoyance with nested comts to me would be the following: (a) Quoted strings must be recognized; "/*" wothin a string is a common practice. (b) Given this, single-quoted strings will probably be recognized as well, for the sake of consistency. (c) /* This won't work. */ Given that #ifdef NEVER ... #endif can serve the same purpose, then what's the point? A-T