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

2013-09-08 Thread Chet Ramey
On 9/7/13 1:05 PM, 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 ? Thanks for your contri

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

2013-09-07 Thread Dan Douglas
On Saturday, September 07, 2013 08:05:53 PM 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

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

2013-09-07 Thread Dennis Williamson
On Sat, Sep 7, 2013 at 12:05 PM, 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 ? > I did

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

2013-09-07 Thread Chris Down
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