[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stop using P_, __P in header files
From: |
Dan Nicolaescu |
Subject: |
Re: stop using P_, __P in header files |
Date: |
Fri, 02 Jul 2010 14:30:04 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Andreas Schwab <address@hidden> writes:
> Dan Nicolaescu <address@hidden> writes:
>
>> The first step for the transition could be to remove all P_ and __P
>> (and maybe other variations) macros in header files.
>
> Another desired standard C feature would be to use memcpy/memset/memcmp
> throughout instead of the non-standard bcopy/bzero/bcmp. I have a patch
> for that, but it is incomplete in that it breaks profiling builds.
Great! Thanks!
BTW, what do you think about having a setup to compile with -flto?
Should we do it? How? Or is it too early for that?
- Re: stop using P_, __P in header files, (continued)
- Re: stop using P_, __P in header files, David Kastrup, 2010/07/10
- Re: stop using P_, __P in header files, Juanma Barranquero, 2010/07/10
- Re: stop using P_, __P in header files, Ken Raeburn, 2010/07/04
- Re: stop using P_, __P in header files, Stephen J. Turnbull, 2010/07/06
- Re: stop using P_, __P in header files, Ken Raeburn, 2010/07/06
- Re: stop using P_, __P in header files, Stephen J. Turnbull, 2010/07/06
- Re: stop using P_, __P in header files, Dan Nicolaescu, 2010/07/05
- Re: stop using P_, __P in header files, Ken Raeburn, 2010/07/05
- Re: stop using P_, __P in header files, Dan Nicolaescu, 2010/07/05
- Re: stop using P_, __P in header files, Andreas Schwab, 2010/07/02
- Re: stop using P_, __P in header files,
Dan Nicolaescu <=