On Thu, Mar 08, 2018 at 08:37:11AM +0100, Harald van Dijk wrote:
> 
> parser: use pgetc_eatbnl() in more places.
> 
> dash has a pgetc_eatbnl function in parser.c which skips any
> backslash-newline combinations. It's not used everywhere it could be. There
> is also some duplicated backslash-newline handling elsewhere in parser.c.
> Replace most of the calls to pgetc() with calls to pgetc_eatbnl() and remove
> the duplicated backslash-newline handling.

Patch applied.  Thanks.
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to