wok-6.x diff gnuradio/stuff/patches/float_array_to_int.patch @ rev 24875
updated m4 (1.4.18 -> 1.4.19)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 31 10:07:36 2022 +0100 (2022-03-31) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnuradio/stuff/patches/float_array_to_int.patch Thu Mar 31 10:07:36 2022 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +--- float_array_to_int.cc.orig 2019-04-20 13:42:10.147211609 +0100 1.5 ++++ float_array_to_int.cc 2019-04-20 13:41:39.011674158 +0100 1.6 +@@ -19,6 +19,7 @@ 1.7 + * the Free Software Foundation, Inc., 51 Franklin Street, 1.8 + * Boston, MA 02110-1301, USA. 1.9 + */ 1.10 ++#define __STDC_LIMIT_MACROS 1.11 + 1.12 + #ifdef HAVE_CONFIG_H 1.13 + #include <config.h>