mc-4.6.1 release?
Roland Illig
roland.illig at gmx.de
Fri Oct 22 22:52:51 UTC 2004
Pavel Tsekov wrote:
> Hello,
>
> On Thu, 21 Oct 2004, Pavel Roskin wrote:
>
> Another warning that I get on Cygwin:
>
> regex.c: In function `regerror':
> regex.c:8247: warning: implicit declaration of function `__mempcpy'
> regex.c:8247: warning: cast does not match function type
>
>
> I've tried to address this issue here:
>
> http://mail.gnome.org/archives/mc-devel/2003-June/msg00005.html
I have fixed this with:
- #if defined HAVE_MEMPCPY || defined _LIBC
+ #if 0 && (defined HAVE_MEMPCPY || defined _LIBC)
I hope there won't be complaints about not discussing it in advance.
Roland
More information about the mc-devel
mailing list