Added error pragma for OS X build.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@394 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-09 16:27:25 +00:00
parent d3b62c7dfa
commit 97ea0f5b67

View File

@@ -1498,6 +1498,8 @@ void f_memoryInit( void)
}
}
}
#elif defined( FLM_OSX)
#error OS X should provide support for RLIMIT_DATA
#endif
}