From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy McCabe Subject: Broken-up patch #12 Date: Fri, 28 May 2004 16:27:29 -0700 (PDT) Sender: linux-8086-owner@vger.kernel.org Message-ID: <20040528232729.16054.qmail@web51308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1796031111-1085786849=:15610" Return-path: List-Id: To: linux-8086@vger.kernel.org --0-1796031111-1085786849=:15610 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Comments out more ' 's in levee. We should all switch to e3. __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ --0-1796031111-1085786849=:15610 Content-Type: text/x-diff; name="patch12.diff" Content-Description: patch12.diff Content-Disposition: inline; filename="patch12.diff" --- ./elks-stuff/elkscmd/levee/misc.c 2004-05-28 16:02:01.000000000 -0400 +++ ./elks/elkscmd/levee/misc.c 2004-05-28 19:25:13.000000000 -0400 @@ -392,10 +392,11 @@ *size = (ip-start); return (c==ESC) ? ESC : EOL; } - else if ((!beautify) || c == TAB || c == '' + /* + else if ((!beautify) || c == TAB || c == ' ' || (c >= ' ' && c <= '~')) { if (ip < endd) { - if (c == '') + if (c == ' ') c = readchar(); switch (cclass(c)) { case 0 : ixp++; break; @@ -412,6 +413,7 @@ else error(); } + */ else error(); } --0-1796031111-1085786849=:15610--