On Sun, Nov 04, 2012 at 02:56:32AM -0800, Matt Thomas wrote:
>
> On Nov 4, 2012, at 2:26 AM, David Laight wrote:
>
> > Personally I almost never mark variables 'const', the only I initialise
> > in their declarations (at the top of a function) are probably almost
> > always never chaned (well may
On Nov 4, 2012, at 2:26 AM, David Laight wrote:
> Personally I almost never mark variables 'const', the only I initialise
> in their declarations (at the top of a function) are probably almost
> always never chaned (well maybe execpt default error values).
Personally, I always mark variable as c
On Sun, Nov 04, 2012 at 08:44:01AM +0200, Alan Barrett wrote:
> On Fri, 02 Nov 2012, David Young wrote:
> >>Modified Files:
> >>xsrc/external/mit/libpciaccess/dist/src: common_interface.c
> >>
> >>Log Message:
> >>Remove useless extra "const" in "const sometype const * var = value;".
> >>Foundu
On Fri, 02 Nov 2012, David Young wrote:
Modified Files:
xsrc/external/mit/libpciaccess/dist/src: common_interface.c
Log Message:
Remove useless extra "const" in "const sometype const * var = value;".
Foundusing clang -Wduplicate-decl-specifier.
Maybe 'const sometype * const var' was in
On Fri, Nov 02, 2012 at 07:38:38AM +, Alan Barrett wrote:
> Module Name: xsrc
> Committed By: apb
> Date: Fri Nov 2 07:38:38 UTC 2012
>
> Modified Files:
> xsrc/external/mit/libpciaccess/dist/src: common_interface.c
>
> Log Message:
> Remove useless extra "const" in "const som
Michael Lorenz wrote:
> Module Name: xsrc
> Committed By: macallan
> Date: Thu Jul 9 19:27:08 UTC 2009
>
> Modified Files:
> xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c
>
> Log Message:
> teack libpciaccess how to discover and map PCI devices on machines with
> more than