Skip to content
Snippets Groups Projects
  • Ed Schouten's avatar
    ee3d0578
    Correct the type of c_char. · ee3d0578
    Ed Schouten authored
    On ARM64, it is supposed to be unsigned char:
    
      $ aarch64-unknown-cloudabi-cc -dM -E - < /dev/null | grep __CHAR_UNSIGNED__
      #define __CHAR_UNSIGNED__ 1
    ee3d0578
    History
    Correct the type of c_char.
    Ed Schouten authored
    On ARM64, it is supposed to be unsigned char:
    
      $ aarch64-unknown-cloudabi-cc -dM -E - < /dev/null | grep __CHAR_UNSIGNED__
      #define __CHAR_UNSIGNED__ 1