[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Changes to sq.h and sqAssert.h to accompany commit (aafcb78)

Nicolas Cellier notifications at github.com
Wed Apr 21 21:09:33 UTC 2021


If sqConfig.h WANTS to #define fseek/ftell as  fseeko and ftello, then it just has to first #include <stdio.h>.

Then any other .c including first "sqConfig.h", then <stdio.h> should just work.
This is because <stdio.h> will not be included twice (it is protected by some #ifndef)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/aafcb78371c7e576073a8dbf2f1f32667568e05e#commitcomment-49821302
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210421/80692a4b/attachment.html>


More information about the Vm-dev mailing list