bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multi-line like C-style comments ( /* code */ ) in bash


From: Chris Down
Subject: Re: multi-line like C-style comments ( /* code */ ) in bash
Date: Sun, 8 Sep 2013 01:15:28 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On 2013-09-07 20:05, Edik Bondarenko wrote:
> I am added function `discard_multiline_comments` which disables code
> between /* and */ (C-style comments).
> The body of the function is located in the file y.tab.c : 5140 .
> Can this functionality be added in the next release ?

Please look into how `diff' works, you don't need to attach a huge tarball.

Secondly, I am against this patch. This potentially breaks existing scripts for
no good reason.

    << 'EOF'
    This functions as
    a rudimentary
    multiline comment
    EOF

Attachment: pgpd41_uDG22Y.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]