13
0

Fix build.

git-svn-id: svn://localhost/ardour2/branches/3.0@8551 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-19 21:52:46 +00:00
parent ba78410f13
commit b621ce7306

View File

@ -41,8 +41,8 @@ extern void resume_rt_malloc_checks ();
#else
#define suspend_rt_malloc_checks () {}
#define resume_rt_malloc_checks () {}
#define suspend_rt_malloc_checks() {}
#define resume_rt_malloc_checks() {}
#endif