Import obstack.* from gnulib
Ulrich Drepper
drepper@redhat.com
Sat Jan 24 21:34:00 GMT 2004
Andreas Jaeger wrote:
> @@ -119,40 +119,22 @@ extern "C" {
> #endif
>
> #ifndef __INT_TO_PTR
> -#if defined __STDC__ && __STDC__
> -# define __INT_TO_PTR(P) ((void *) ((P) + (char *) 0))
> -#else
> # define __INT_TO_PTR(P) ((P) + (char *) 0)
> #endif
> -#endif
Why should the K&R branch survive here? Maybe there are other places
like this.
--
â§ Ulrich Drepper â§ Red Hat, Inc. â§ 444 Castro St â§ Mountain View, CA â
More information about the Libc-hacker
mailing list