[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Inlcude the Squeak headers after the C headers. This hsould also help fix (47b8d52)

Eliot Miranda notifications at github.com
Sun Sep 27 19:53:21 UTC 2020


Hi Tobias,

    defines that alter system headers should be specified on the compiler command line, and hence belong in makefiles or project build specifications, etc.
Assuming one can safely alter the innards of a system include with defines in one's own header files is presuming a specific implementation and likely to break at a later time.  The only rational thing to do is include system headers first.  In this case I had made a mistake. I should have fixed it a long time ago.

-- 
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/47b8d5202b835b5d9d1556ed0cf0dda11e5b246c#commitcomment-42766427
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200927/15acbcc9/attachment.html>


More information about the Vm-dev mailing list