Author: Armin Rigo <[email protected]>
Branch:
Changeset: r44557:6077f634e2eb
Date: 2011-05-27 20:41 +0200
http://bitbucket.org/pypy/pypy/changeset/6077f634e2eb/
Log: Found where the #includes come from. Remove them; they belong to
debug_print.c. Give up writing a test, given that on x86 and x86_64
we use a custom version of READ_TIMESTAMP anyway.
diff --git a/pypy/translator/c/src/debug_print.h
b/pypy/translator/c/src/debug_print.h
--- a/pypy/translator/c/src/debug_print.h
+++ b/pypy/translator/c/src/debug_print.h
@@ -53,8 +53,6 @@
# ifdef _WIN32
# define READ_TIMESTAMP(val) QueryPerformanceCounter((LARGE_INTEGER*)&(val))
# else
-# include <time.h>
-# include <sys/time.h>
long long pypy_read_timestamp();
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit