Re: csh(1): stop blocking SIGINT while calling free()

2017-06-21 Thread Anton Lindqvist
On Wed, Jun 21, 2017 at 09:50:39PM +0200, Anton Lindqvist wrote: > Hi, > Here's a pattern I haven't seen before. This macro is especially hideous > since it make use of the local variable numitems as opposed of items > which is passed as an argument. The previous diff was too aggressive. How

csh(1): stop blocking SIGINT while calling free()

2017-06-21 Thread Anton Lindqvist
Hi, Here's a pattern I haven't seen before. This macro is especially hideous since it make use of the local variable numitems as opposed of items which is passed as an argument. Comments? OK? Index: file.c === RCS file: