Re: 12 bugfixes patches
Karsten Poeck <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
On 23.03.17 19:43, Sam Steingold wrote: > /usr/include/iconv.h: > > --8<---------------cut here---------------start------------->8--- > #define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */ > extern int _libiconv_version; /* Likewise */ > --8<---------------cut here---------------end--------------->8--- > > Do you? I think I have the same: My /usr/include/iconv.h: (from 31.07.2016) #ifndef _LIBICONV_H #define _LIBICONV_H #include <sys/cdefs.h> #include <_types.h> #include <sys/_types/_size_t.h> #define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */ extern int _libiconv_version; /* Likewise */ ....... puzzled Karsten ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel