From: Joel Holdsworth Date: Mon, 30 Dec 2013 15:06:13 +0000 (+0100) Subject: Removed duplicated __STDC_LIMIT_MACROS define X-Git-Tag: pulseview-0.2.0~171 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=dfb9f75d24658803a480454cc7e8e4834263fa57;ds=sidebyside Removed duplicated __STDC_LIMIT_MACROS define --- diff --git a/test/data/analogsnapshot.cpp b/test/data/analogsnapshot.cpp index 4f32ebca..97d7518d 100644 --- a/test/data/analogsnapshot.cpp +++ b/test/data/analogsnapshot.cpp @@ -20,7 +20,6 @@ #include -#define __STDC_LIMIT_MACROS #include #include diff --git a/test/data/logicsnapshot.cpp b/test/data/logicsnapshot.cpp index 8be915f0..ba89c607 100644 --- a/test/data/logicsnapshot.cpp +++ b/test/data/logicsnapshot.cpp @@ -20,7 +20,6 @@ #include -#define __STDC_LIMIT_MACROS #include #include