Author: mattip <[email protected]>
Branch:
Changeset: r74496:6db23cc8fa0d
Date: 2014-11-13 05:11 +0200
http://bitbucket.org/pypy/pypy/changeset/6db23cc8fa0d/
Log: backout 3532a779652c and define as well as declare for MSVC,
unbreaks -A tests
diff --git a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c
b/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c
--- a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c
+++ b/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c
@@ -316,8 +316,8 @@
{
}
-static LONG_LONG last_tf_arg_s;
-static unsigned LONG_LONG last_tf_arg_u;
+EXPORT(LONG_LONG) last_tf_arg_s = 0;
+EXPORT(unsigned LONG_LONG) last_tf_arg_u = 0;
struct BITS {
int A: 1, B:2, C:3, D:4, E: 5, F: 6, G: 7, H: 8, I: 9;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit