Re: argmatch TEST code

2021-03-18 Thread Paul Eggert
Thanks, I installed the attached. >From 734cacc097d99844249c5e1b73f7583648a53bf6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 18 Mar 2021 11:00:53 -0700 Subject: [PATCH] argmatch: fix testing typo Problem and fix reported by Gisle Vanem in:

argmatch TEST code

2021-03-18 Thread Gisle Vanem
Hello list. Trying to compile 'argmatch.c' with '-DTEST', I got this error: argmatch.c(269): error C2172: 'argmatch_to_argument': actual parameter is not a pointer: parameter 1 It should be patched to: --- a/lib/argmatch.c 2021-01-01 14:12:49 +++ b/lib/argmatch.c 2021-03-18 09:48:46 @@