Revision: 75698
          http://sourceforge.net/p/brlcad/code/75698
Author:   starseeker
Date:     2020-05-05 18:42:35 +0000 (Tue, 05 May 2020)
Log Message:
-----------
libregex doesn't appear to use lseek and it's making VS2019 unhappy to redefine 
it.

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

Modified: brlcad/trunk/src/other/libregex/regex.h.in
===================================================================
--- brlcad/trunk/src/other/libregex/regex.h.in  2020-05-05 18:39:57 UTC (rev 
75697)
+++ brlcad/trunk/src/other/libregex/regex.h.in  2020-05-05 18:42:35 UTC (rev 
75698)
@@ -74,13 +74,11 @@
 #  define fseek _fseeki64
 #  define ftell _ftelli64
 #  define fstat _fstati64
-#  define lseek _lseeki64
 #  define stat  _stati64
 #elif defined (_WIN32)
 #  include <sys/stat.h>
 #  define regoff_t _off_t
 #  define fstat _fstat
-#  define lseek _lseek
 #  define stat  _stat
 #else
 #  define regoff_t off_t

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to