- Maybe enable assembly on Intel Macs?

SVN r2527 (trunk)
This commit is contained in:
Randy Heit 2010-08-13 03:14:05 +00:00
commit 30ffe1d4b8
9 changed files with 109 additions and 16 deletions

View file

@ -38,7 +38,7 @@
#endif
#include <float.h>
#ifdef unix
#if defined(unix) || defined(__APPLE__)
#include <unistd.h>
#endif