Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r44273:46dfc9c2cdfa
Date: 2011-05-06 16:27 +0200
http://bitbucket.org/pypy/pypy/changeset/46dfc9c2cdfa/

Log:    remove static keyword from pypy_read_timestamp to match the
        definition in the header file

diff --git a/pypy/translator/c/src/debug_print.c 
b/pypy/translator/c/src/debug_print.c
--- a/pypy/translator/c/src/debug_print.c
+++ b/pypy/translator/c/src/debug_print.c
@@ -74,7 +74,7 @@
 
 #ifndef _WIN32
 
-     static long long pypy_read_timestamp(void)
+     long long pypy_read_timestamp(void)
      {
 #  ifdef CLOCK_THREAD_CPUTIME_ID
        struct timespec tspec;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to