From b623bc32a0be9dd7b0ad379e4ffafdb6eb0308cd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Nov 2010 23:07:31 +0000 Subject: [PATCH] remove duplicate std limit + format macro defs git-svn-id: svn://localhost/ardour2/branches/3.0@7999 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/chan_count.cc | 1 - libs/ardour/ladspa_plugin.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/libs/ardour/chan_count.cc b/libs/ardour/chan_count.cc index c6764456e0..3cef0f6f90 100644 --- a/libs/ardour/chan_count.cc +++ b/libs/ardour/chan_count.cc @@ -18,7 +18,6 @@ $Id: insert.cc 712 2006-07-28 01:08:57Z drobilla $ */ -#define __STDC_LIMIT_MACROS 1 #include #include "ardour/chan_count.h" diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc index cc532c61ca..027c16e78c 100644 --- a/libs/ardour/ladspa_plugin.cc +++ b/libs/ardour/ladspa_plugin.cc @@ -17,7 +17,6 @@ */ -#define __STDC_FORMAT_MACROS 1 #include #include