[OpenSmalltalk/opensmalltalk-vm] caa824: Fix SqueakSLL prototype for 64 its again

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] caa824: Fix SqueakSLL prototype for 64 its again

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: caa8241de11b99ecaea5236b3d3e3c0d303c6eb4
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/caa8241de11b99ecaea5236b3d3e3c0d303c6eb4
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-09-01 (Fri, 01 Sep 2017)

  Changed paths:
    M platforms/Cross/plugins/SqueakSSL/SqueakSSL.h
    M platforms/win32/plugins/SqueakSSL/sqWin32SSL.c

  Log Message:
  -----------
  Fix SqueakSLL prototype for 64 its again

previous fix baa70862014d3bb510f2edf7465e857c645be0e4 worked for Win64 but broke linux64 and macosx64
If a single .h is shared, then the nearly-equal-duplicated.c shall agree on function prototypes!
I’ve seen too many random int/sqInt mismatch