gobo-eiffel / gobo

The Gobo Eiffel Project provides the Eiffel community with free and portable Eiffel tools and libraries.
https://sourceforge.net/projects/gobo-eiffel/
Other
59 stars 24 forks source link

Use _stat instead of _stat64i32 #57

Open ghost opened 1 year ago

ghost commented 1 year ago

There is no _stat64i32 on BCC. From the document on MSDN it seems _stat and _stat64i32 are identical. This is still in gec9.c, it's one of the most troubled C source I have ever tried to compile.