public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
From: Miguel Bolanos <mike@linuxlabs.com>
To: Tommy McCabe <rocketjet314@yahoo.com>
Cc: linux-8086@vger.kernel.org
Subject: Re: Broken-up patch #12, #8 and #7
Date: Mon, 31 May 2004 13:53:15 -0600	[thread overview]
Message-ID: <1086033194.3300.22.camel@talena.hsol.net> (raw)
In-Reply-To: <20040528232729.16054.qmail@web51308.mail.yahoo.com>

Applied on Claudio,s finals.
thanks.

On Fri, 2004-05-28 at 17:27, Tommy McCabe wrote:
> 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/
> 
> ______________________________________________________________________
> --- ./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 == '\x16'
> +	/*
> +	else if ((!beautify) || c == TAB || c == ' '
>  			     || (c >= ' ' && c <= '~')) {
>  	    if (ip < endd) {
> -		if (c == '\x16')
> +		if (c == '\x16 ') 
>  		    c = readchar();
>  		switch (cclass(c)) {
>  		    case 0 : ixp++; break;
> @@ -412,6 +413,7 @@
>  	    else
>  		error();
>  	}
> +	*/
>          else
>  	    error();
>      }


      parent reply	other threads:[~2004-05-31 19:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 23:27 Broken-up patch #12 Tommy McCabe
2004-05-28 23:57 ` claudio
2004-05-29  1:31   ` David Given
2004-05-31 19:53 ` Miguel Bolanos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1086033194.3300.22.camel@talena.hsol.net \
    --to=mike@linuxlabs.com \
    --cc=linux-8086@vger.kernel.org \
    --cc=rocketjet314@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox