[pypy-svn] pypy jit-lsprofile: We want to include it even if we don't have rtyper

fijal commits-noreply at bitbucket.org
Thu Apr 7 08:11:42 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jit-lsprofile
Changeset: r43185:8070223587ed
Date: 2011-04-07 08:11 +0200
http://bitbucket.org/pypy/pypy/changeset/8070223587ed/

Log:	We want to include it even if we don't have rtyper

diff --git a/pypy/translator/c/src/g_include.h b/pypy/translator/c/src/g_include.h
--- a/pypy/translator/c/src/g_include.h
+++ b/pypy/translator/c/src/g_include.h
@@ -40,11 +40,11 @@
 #include "src/asm.h"
 #include "src/timer.h"
 
+#include "src/profiling.h"
 
 /*** modules ***/
 #ifdef HAVE_RTYPER      /* only if we have an RTyper */
 #  include "src/rtyper.h"
-#  include "src/profiling.h"
 #  include "src/debug_print.h"
 #  include "src/debug_traceback.h"
 #  include "src/debug_alloc.h"


More information about the Pypy-commit mailing list