cscope: fix fuzz in patch

master
Adam Vandenberg 2012-08-07 09:54:31 -07:00
parent a0375e2a77
commit 2c6030f73b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ index 7ad8005..844836e 100644
+++ b/src/constants.h
@@ -103,7 +103,7 @@
#define INCLUDES 8
#define FIELDS 9
#define FIELDS 10
-#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__
+#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ && !__MACH__