discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] uint64


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] uint64
Date: Fri, 17 Feb 2006 14:39:57 -0800
User-agent: Mutt/1.5.9i

On Fri, Feb 17, 2006 at 11:35:25AM +0100, Stephane Fillod wrote:
> On Thu, Feb 16, 2006 at 07:17:08PM -0800, Eric Blossom wrote:
> > Hi Martin,
> > 
> > I added gr_int64 and gr_uint64 to gr_types.h.
> > I continued the "unsafe practice" pending a proper config fix.
> 
> Tedious is the word for the pending fix :-)
> Please find a patch attached. It has autoconf detection of stdint.h,
> definitions of types accordingly in gr_types.h and a bunch of #include
> <config.h> in the C++ sources files since config.h can not easily be 
> included from header files (multiple inclusion not handled properly).
> This was the opportunity to shoot couple of mistakes in the form
>   #ifndef HAVE_CONFIG_H
>   #include <config.h>
>   #endif
> 
> -- 
> Stephane

Applied!

Thanks,
Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]