[OpenSmalltalk/opensmalltalk-vm] 04af39: C reserved words if, while, switch are not function ...

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

[OpenSmalltalk/opensmalltalk-vm] 04af39: C reserved words if, while, switch are not function ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 04af39a36e2bea3ffa20234d2ba5c983205bc759
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/04af39a36e2bea3ffa20234d2ba5c983205bc759
  Author: Eliot Miranda <[hidden email]>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

  Changed paths:
    M platforms/win32/vm/sqWin32.h
    M platforms/win32/vm/sqWin32Alloc.c
    M platforms/win32/vm/sqWin32DirectInput.c
    M platforms/win32/vm/sqWin32DnsInfo.c
    M platforms/win32/vm/sqWin32HandleTable.h
    M platforms/win32/vm/sqWin32Heartbeat.c
    M platforms/win32/vm/sqWin32Main.c
    M platforms/win32/vm/sqWin32Prefs.c
    M platforms/win32/vm/sqWin32Service.c
    M platforms/win32/vm/sqWin32Time.c
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  C reserved words if,while,switch are not function calls. Hence always put a space
before the following parenthesis.