On devel (94bce520):
./configure --disable-alias; make
chokes on pcomplete.c:
pcomplete.c:371:9: error: ‘alias_list’ undeclared (first use in this
function); did you mean ‘alias_t’?
371 | free (alias_list);
Easy fix attached.
This statement has been introduced 1
On 9/21/23 5:35 AM, Mike Jonkmans wrote:
On devel (94bce520):
./configure --disable-alias; make
chokes on pcomplete.c:
pcomplete.c:371:9: error: ‘alias_list’ undeclared (first use in this
function); did you mean ‘alias_t’?
371 | free (alias_list);
Easy fix atta