On 5/25/23 7:59 AM, Tom de Vries wrote:
Hi,

I came across this piece of code in rldefs.h:
...
#if defined (HAVE_STRPBRK) && !defined (HAVE_MULTIBYTE)
#  define _rl_strpbrk(a,b)      strpbrk((a),(b))
#else
extern char *_rl_strpbrk (const char *, const char *);
#endif
...

I didn't find any other occurrence of HAVE_MULTIBYTE.

I wonder if HANDLE_MULTIBYTE was meant instead.

It's a typo, thanks.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    [email protected]    http://tiswww.cwru.edu/~chet/


Reply via email to