Hi all,
I'm getting a build failure on master caused by a warning about a
zero-length call to memset (which reminded me of what Ken and Ludo
were talking about here [1]).
/usr/include/bits/string3.h:82: error: call to
‘__warn_memset_zero_len’ declared with attribute warning: memset used
with c
On Sat, 2009-09-19 at 01:59 +0100, Neil Jerram wrote:
> 1. The files with an Emacs "coding: latin-1" comment can only be
> compiled if I add an extra comment "coding: latin1". In other words it
> seems that Guile (=> libunistring) only understands latin1 without the
> hyphen. Is this expected, a