Revision: 55207
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55207&view=rev
Author:   starseeker
Date:     2013-04-22 18:00:07 +0000 (Mon, 22 Apr 2013)
Log Message:
-----------
__APPLE__ isn't defined if we're not on Apple

Modified Paths:
--------------
    brlcad/trunk/src/other/libregex/regex.h

Modified: brlcad/trunk/src/other/libregex/regex.h
===================================================================
--- brlcad/trunk/src/other/libregex/regex.h     2013-04-22 17:52:24 UTC (rev 
55206)
+++ brlcad/trunk/src/other/libregex/regex.h     2013-04-22 18:00:07 UTC (rev 
55207)
@@ -52,7 +52,7 @@
 #endif
 
 
-#if !defined(off_t) && !__APPLE__
+#if !defined(off_t) && !defined(__APPLE__)
 #  if defined(_WIN32)
      typedef SSIZE_T off_t;
 #    define _OFF_T_DEFINED 1

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to