]> git.lyx.org Git - features.git/commitdiff
MacOSX comiplation fix.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 14 Oct 2006 12:39:18 +0000 (12:39 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 14 Oct 2006 12:39:18 +0000 (12:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15329 a592a061-630c-0410-9148-cb99ea01b6c8

src/coordcache.h

index 1d49a1aa8fd05d8643b76ef035b2ef4d08cef365..70ec9c1f0bf9e6c3628221f2e02ef370d2d1f3d5 100644 (file)
@@ -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;