Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: win32-faulthandler Changeset: r91004:c3b6d867909e Date: 2017-04-06 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/c3b6d867909e/
Log: oops diff --git a/rpython/rlib/rvmprof/src/rvmprof.h b/rpython/rlib/rvmprof/src/rvmprof.h --- a/rpython/rlib/rvmprof/src/rvmprof.h +++ b/rpython/rlib/rvmprof/src/rvmprof.h @@ -8,7 +8,7 @@ #include <crtdefs.h> typedef __int64 int64_t; typedef unsigned __int64 uint64_t; -typedef ... ssize_t; +typedef intptr_t ssize_t; #else #include <inttypes.h> #include <stdint.h> _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit