This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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 â
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |