[pypy-svn] r70480 - pypy/branch/c-traceback/pypy/translator/c/src

arigo at codespeak.net arigo at codespeak.net
Sun Jan 10 18:22:57 CET 2010


Author: arigo
Date: Sun Jan 10 18:22:56 2010
New Revision: 70480

Added:
   pypy/branch/c-traceback/pypy/translator/c/src/debug_print.h
      - copied unchanged from r70474, pypy/branch/c-traceback/pypy/translator/c/src/debug.h
Removed:
   pypy/branch/c-traceback/pypy/translator/c/src/debug.h
Modified:
   pypy/branch/c-traceback/pypy/translator/c/src/g_include.h
Log:
Rename debug.h into debug_print.h.


Modified: pypy/branch/c-traceback/pypy/translator/c/src/g_include.h
==============================================================================
--- pypy/branch/c-traceback/pypy/translator/c/src/g_include.h	(original)
+++ pypy/branch/c-traceback/pypy/translator/c/src/g_include.h	Sun Jan 10 18:22:56 2010
@@ -51,7 +51,7 @@
 /*** modules ***/
 #ifdef HAVE_RTYPER      /* only if we have an RTyper */
 #  include "src/rtyper.h"
-#  include "src/debug.h"
+#  include "src/debug_print.h"
 #ifndef AVR
 #  include "src/ll_os.h"
 #  include "src/ll_strtod.h"



More information about the Pypy-commit mailing list