Author: Armin Rigo <[email protected]> Branch: stm-gc Changeset: r52204:5be32db92ca5 Date: 2012-02-07 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/5be32db92ca5/
Log: The proper way. diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_stm/et.c +++ b/pypy/translator/stm/src_stm/et.c @@ -32,7 +32,7 @@ # include <assert.h> #else # undef assert -# define assert /* nothing */ +# define assert(x) /* nothing */ #endif /************************************************************/ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
