Author: Armin Rigo <[email protected]> Branch: Changeset: r1055:50dc0319cb18 Date: 2012-11-20 23:50 +0100 http://bitbucket.org/cffi/cffi/changeset/50dc0319cb18/
Log: Bah, the warning was about the previous line. diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@ -125,7 +125,7 @@ typedef unsigned __int16 uint16_t; typedef unsigned __int32 uint32_t; typedef unsigned __int64 uint64_t; -typedef SSIZE_T ssize_t; +typedef unsigned char _Bool; /************************************************************/ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
