[OpenSmalltalk/opensmalltalk-vm] 622ec5: Move the internal function declarations from sqVir...

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

[OpenSmalltalk/opensmalltalk-vm] 622ec5: Move the internal function declarations from sqVir...

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

  Changed paths:
    M platforms/Cross/vm/sqVirtualMachine.c
    M platforms/Cross/vm/sqVirtualMachine.h
    M platforms/unix/plugins/DropPlugin/sqUnixDragDrop.c
    M platforms/unix/vm-display-X11/sqUnixXdnd.c

  Log Message:
  -----------
  Move the internal function declarations from sqVirtualMachine.c to
sqVirtualMachine.h for the benefit of internal plugin code, such as
sqUnixDragDrop.c which crashes in 64-bits if instantiateClassindexableSize
is declared implciitly. A little bit more cleanup in the Unix d-n-d code.