Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 28fd184146eb7edf35a10ac68cd4c8294012803d
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/28fd184146eb7edf35a10ac68cd4c8294012803d Author: Eliot Miranda <
[hidden email]>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M build.macos32x86/makeproduct
M build.macos32x86/makeproductclean
M platforms/Cross/vm/sqAssert.h
M platforms/Mac OS/vm/sqPlatformSpecific.h
M platforms/Plan9/vm/sqPlatformSpecific.h
M platforms/RiscOS/vm/sqPlatformSpecific.h
M platforms/iOS/vm/OSX/sqPlatformSpecific.h
M platforms/iOS/vm/iPhone/sqPlatformSpecific.h
M platforms/unix/vm/sqPlatformSpecific.h
M platforms/win32/vm/sqPlatformSpecific.h
Log Message:
-----------
sqAssert.h needs to include sqPlatformSpecific.h at least on Windows for EXPORT.
Since sq.h includes it too, add multiple include protection to each
sqPlatformSpecific.h. (P.S. ROnie's style in minheadless is good; we could
follow it).