[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 31d461: gcc does not NEEDSTRFUNCS

GitHub noreply at github.com
Sun Jul 17 22:02:01 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 31d461f155f0b4ba028b63a21f2a7750caf5b678
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/31d461f155f0b4ba028b63a21f2a7750caf5b678
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c

  Log Message:
  -----------
  gcc does not NEEDSTRFUNCS

NEEDSTRFUNCS would generate a compiler error on X86_64-w64-mingw32-gcc.
mingw alread define strcasecmp as a macro using stricmp, so it does not need redefinition.
Note that this change also apply to clang (because clang defines __GNUC__)




More information about the Vm-dev mailing list