[pypy-svn] r48119 - pypy/dist/pypy/translator/llvm/module

rxe at codespeak.net rxe at codespeak.net
Sun Oct 28 00:25:37 CEST 2007


Author: rxe
Date: Sun Oct 28 00:25:36 2007
New Revision: 48119

Modified:
   pypy/dist/pypy/translator/llvm/module/genexterns.c
Log:
remove ll_time.h from being compiled in

Modified: pypy/dist/pypy/translator/llvm/module/genexterns.c
==============================================================================
--- pypy/dist/pypy/translator/llvm/module/genexterns.c	(original)
+++ pypy/dist/pypy/translator/llvm/module/genexterns.c	Sun Oct 28 00:25:36 2007
@@ -1,6 +1,5 @@
 
 // append some genc files here manually from python
-//#include "c/src/support.h"
 #ifdef _RPyListOfString_New     /*  :-(  */
 #  define HAVE_RPY_LIST_OF_STRING
 #endif
@@ -8,9 +7,7 @@
 #include "c/src/thread.h"
 //#include "c/src/ll_os.h"
 #include "c/src/ll_math.h"
-#include "c/src/ll_time.h"
 #include "c/src/ll_strtod.h"
-//#include "c/src/ll_thread.h"
 #include "c/src/stack.h"
 
 // setup code for ThreadLock Opaque types



More information about the Pypy-commit mailing list