Menu

#19 in unixconf.h prefer POSIX_REGEX on Apple platform

open
None
5
2006-07-27
2006-07-26
James Quick
No

Add a test for the __APPLE__ platform to select the system REGEX.

visible patch included for humans uuencoded version attached

--- slashem-0.0.7E7F2.orig/include/unixconf.h 2005-12-04
09:58:27.000000000 -0500
+++ slashem-0.0.7E7F2/include/unixconf.h 2006-07-26
11:53:51.000000000 -0400
@@ -424,7 +424,7 @@
#endif /* GNOME_GRAPHICS */

#if defined(USE_REGEX_MATCH)
-# if defined(__FreeBSD__) || defined(__OpenBSD__)
+# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined
(__APPLE__)
# define POSIX_REGEX
# else
# define GNU_REGEX

Discussion

  • James Quick

    James Quick - 2006-07-26

    uuencoded patch file to fix REGEX for Apple systems.

     
  • J. Ali Harlow

    J. Ali Harlow - 2006-07-27
    • assigned_to: nobody --> paulhurtley
     

Log in to post a comment.