Removed duplicated __STDC_LIMIT_MACROS define
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Mon, 30 Dec 2013 15:06:13 +0000 (16:06 +0100)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Mon, 30 Dec 2013 15:15:00 +0000 (16:15 +0100)
test/data/analogsnapshot.cpp
test/data/logicsnapshot.cpp

index 4f32ebcafb4d56dbbc5491a915b6973995fe45fc..97d7518dc7ad67b0dba019d0fdb1b6e91140a46f 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <extdef.h>
 
-#define __STDC_LIMIT_MACROS
 #include <stdint.h>
 
 #include <boost/test/unit_test.hpp>
index 8be915f02544bc6a8f10ade5f770438150c95357..ba89c607a111a8d8f23b4e97ed0b47b8cd46b3a8 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <extdef.h>
 
-#define __STDC_LIMIT_MACROS
 #include <stdint.h>
 
 #include <boost/test/unit_test.hpp>