commit | f54bcbf0997211a3d2a04bab09c79f602fa0c8e9 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri May 02 17:47:01 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri May 02 17:48:40 2014 +0300 |
tree | 66b17f3c5632a9cc8f4447d0971338d4d93f244b | |
parent | e0954d426fdd1cdf2027963c80977ea373acb19e [diff] [blame] |
py, unix: Make "mpconfig.h" be first included, as other headers depend on it. Specifically, nlr.h does.
diff --git a/py/objexcept.c b/py/objexcept.c index 7fd00c1..abf56ab 100644 --- a/py/objexcept.c +++ b/py/objexcept.c
@@ -2,9 +2,9 @@ #include <stdarg.h> #include <assert.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "objtuple.h"