[OpenSmalltalk/opensmalltalk-vm] d24a66: Fix the type declaration of the sendTrace option v...

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

[OpenSmalltalk/opensmalltalk-vm] d24a66: Fix the type declaration of the sendTrace option v...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d24a669e5964b9a47540a09ba1113ae3fa31d263
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d24a669e5964b9a47540a09ba1113ae3fa31d263
  Author: Eliot Miranda <[hidden email]>
  Date:   2021-01-02 (Sat, 02 Jan 2021)

  Changed paths:
    M platforms/Mac OS/vm/sqMacUnixCommandLineInterface.c
    M platforms/iOS/vm/OSX/sqSqueakOSXApplication.m
    M platforms/unix/vm/sqUnixMain.c
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Fix the type declaration of the sendTrace option variable for 64-bit
StackVM compiles.  Add the missing command-line parser for it on Mac.