[pypy-commit] pypy win32-faulthandler: oops

amauryfa pypy.commits at gmail.com
Thu Apr 6 12:50:14 EDT 2017


Author: Amaury Forgeot d'Arc <amauryfa at 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>


More information about the pypy-commit mailing list