From 8623a611935bd20fd39cc6ecc6c372df340b7f0d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 14 Oct 2006 12:39:18 +0000 Subject: [PATCH] MacOSX comiplation fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15329 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/coordcache.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coordcache.h b/src/coordcache.h index 1d49a1aa8f..70ec9c1f0b 100644 --- a/src/coordcache.h +++ b/src/coordcache.h @@ -11,6 +11,9 @@ #ifndef COORDCACHE_H #define COORDCACHE_H +// It seems that MacOSX define the check macro. +#undef check + class InsetBase; class LyXText; class MathArray; -- 2.39.2