Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r68808:803c70128eeb Date: 2014-01-21 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/803c70128eeb/
Log: I don't think this is still necessary. diff --git a/rpython/translator/c/src/obmalloc.c b/rpython/translator/c/src/obmalloc.c --- a/rpython/translator/c/src/obmalloc.c +++ b/rpython/translator/c/src/obmalloc.c @@ -222,8 +222,7 @@ #define uchar unsigned char /* assuming == 8 bits */ #undef uint -typedef unsigned int uint; -//#define uint unsigned int /* assuming >= 16 bits */ +#define uint unsigned int /* assuming >= 16 bits */ #undef ulong #define ulong Unsigned /* assuming >= 32 bits */ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
