Revision: 75697
http://sourceforge.net/p/brlcad/code/75697
Author: starseeker
Date: 2020-05-05 18:39:57 +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/branches/RELEASE/src/other/libregex/regex.h
Modified: brlcad/branches/RELEASE/src/other/libregex/regex.h
===================================================================
--- brlcad/branches/RELEASE/src/other/libregex/regex.h 2020-05-05 17:55:07 UTC
(rev 75696)
+++ brlcad/branches/RELEASE/src/other/libregex/regex.h 2020-05-05 18:39:57 UTC
(rev 75697)
@@ -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