From: Tom Rondeau Date: Wed, 24 Nov 2010 23:20:40 +0000 (-0500) Subject: Adding typedef for uint64_t and int64_t so we can use them through SWIG. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=522073fa95ffcb231bf8c72105bc5cc62dd8d9ed;p=debian%2Fgnuradio Adding typedef for uint64_t and int64_t so we can use them through SWIG. --- diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i index 7d0241f1..e15a0059 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -46,6 +46,8 @@ typedef std::complex gr_complex; typedef std::complex gr_complexd; +typedef unsigned long long uint64_t; +typedef long long int64_t; // instantiate the required template specializations