Re: Preparing 4.4b
[email protected] Sat, 6 Feb 2021 07:02:55 +0100
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hi Jerry, > On Thu, Feb 4, 2021 at 10:16 AM <[email protected]> wrote: > > The version 4.4b is almost complete and ready. I would be glab if you > > could give a try before it is official released. Thanks in advance for > > your help, > > GCC says: > > In file included from Clib/cregexp.c:16: > Clib/cpcre.h: In function 'bgl_regcomp': > Clib/cpcre.h:340:14: warning: suggest parentheses around operand of > '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] > 340 | if( !options & PCRE_BGLNORAISE ) { > | ^~~~~~~~ > > The expression "!options & PCRE_BGLNORAISE" is parsed as "(!options) & > PCRE_BGLNORAISE". I'm pretty sure you want "!(options & > PCRE_BGLNORAISE)" here. Of course! Thanks for having spotted that one that I have missed. I have fixed it now. Best, -- Manuel ps: regarding the JDK problems you have also mentionned, I will try my best to fix them by the week-end.
signature.asc
(application/pgp-signature, 487 B)
-----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEELgdDMTtUx/Mxl41xMMxQ5DtOwukFAmAeMVEACgkQMMxQ5DtO wumSAwf8DCjKiAyO4l37Oz8ae/UWE1GR0V/YaCZkH2emCrtGz55jyNLI3eKO3vdd 5Sn8Nof00ycsPw2QdDhpr8oclHIkpowUCnSufoGfV9I1aeZt6KrVPRCDdjXt2xBP mQhdE0c5nHLkBDqQYimwGQXNjjg3620Dryo+U9mlhW/6FZiymu+6M1AlKmmmX/uR L/a614nF9C06ew0s9WQzUabblo+dHwvM22dNrcK2SXSvrdW7Q4qipVQrFYr8/6o0 M97p39JATy2VCOWJd+qHPhW6VIXtwxHh0iZlGEwVufS9OSnT14niICsik7pSSrnu rpEeuZHhOuxtWIaklfge6K71zcgf7Q== =zl7c -----END PGP SIGNATURE-----