[parrot/parrot] e3451e: [core] fix __WORDSIZE for clang
GitHub
noreply at github.com
Mon Oct 2 16:45:42 UTC 2017
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: e3451eb68933373ef1e55240bca96d584c0a8c85
https://github.com/parrot/parrot/commit/e3451eb68933373ef1e55240bca96d584c0a8c85
Author: Reini Urban <rurban at cpan.org>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M include/parrot/compiler.h
Log Message:
-----------
[core] fix __WORDSIZE for clang
Some clang's do not parse sizeof(void*) * 8, darwin and here esp. freebsd clang-4.
Thanksfully clang uses their own macro __SIZE_WIDTH__
for the GCC extension __WORDSIZE.
See GH #1238
Commit: 53284177b4f4107da5b7e2394cefccaa98194ec3
https://github.com/parrot/parrot/commit/53284177b4f4107da5b7e2394cefccaa98194ec3
Author: Reini Urban <rurban at cpan.org>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M Configure.pl
M lib/Parrot/Headerizer.pm
M lib/Parrot/Test.pm
Log Message:
-----------
fix cperl compat and perl5.26
no . in @INC anymore.
use strict hashpairs
{ needs to be quoted in regexp.
Test::Builder->plan checks signature under cperl
Compare: https://github.com/parrot/parrot/compare/c9902370d83c...53284177b4f4
More information about the parrot-commits
mailing list