On 9/7/13 1:04 AM, Dan Douglas wrote:
> -o and -a are for entertainment.
Anyone who uses more than four arguments to test is on his own.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRUc...@case.edu
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
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
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