Re: Patch to fix braces test

2016-08-22 Thread Chet Ramey
On 8/21/16 10:14 PM, Dmitry Goncharov wrote: > Good morning. > > The patch in the attachment fixes the test in braces.c. > > Repace free_array with strvec_dispose. > Remove unused fatal_error and report_error to > eliminate linking failures. Thanks for the report and fix. Chet -- ``The lyf so

Patch to fix braces test

2016-08-21 Thread Dmitry Goncharov
Good morning. The patch in the attachment fixes the test in braces.c. Repace free_array with strvec_dispose. Remove unused fatal_error and report_error to eliminate linking failures. regards, Dmitry diff --git a/braces.c b/braces.c index c6d567f..4e66fb3 100644 --- a/braces.c +++ b/braces.c @@ -