[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] af9b52: Fix a comment typo in sqImageFileAccessViaStdio.h.

Eliot Miranda noreply at github.com
Sat Oct 8 19:55:02 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: af9b525662b27e8cb19983f7f6f40561b17fcc4f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/af9b525662b27e8cb19983f7f6f40561b17fcc4f
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-10-08 (Sat, 08 Oct 2022)

  Changed paths:
    M platforms/Cross/vm/sqImageFileAccessViaStdio.h
    M platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c

  Log Message:
  -----------
  Fix a comment typo in sqImageFileAccessViaStdio.h.
Fix some formatting in sqWin32FilePrims.c; if( is bad; if is a keyword, not
a function. char* foo is bad; the type of bar in "char* foo, bar;" is char.
This is why in K&R the asterisk is always associated with the variable, not the
base type. Returns should be om their own line for breakpointing when debugging.




More information about the Vm-dev mailing list