[pypy-svn] r45884 - pypy/branch/pypy-more-rtti-inprogress/translator/c/src

fijal at codespeak.net fijal at codespeak.net
Mon Aug 20 17:27:43 CEST 2007


Author: fijal
Date: Mon Aug 20 17:27:43 2007
New Revision: 45884

Modified:
   pypy/branch/pypy-more-rtti-inprogress/translator/c/src/support.h
Log:
Kill HAVE_RPY_LIST_OF_STRINGS


Modified: pypy/branch/pypy-more-rtti-inprogress/translator/c/src/support.h
==============================================================================
--- pypy/branch/pypy-more-rtti-inprogress/translator/c/src/support.h	(original)
+++ pypy/branch/pypy-more-rtti-inprogress/translator/c/src/support.h	Mon Aug 20 17:27:43 2007
@@ -80,10 +80,6 @@
 #  define RPyNLenItem(array, index)          ((array)->items[index])
 #endif
 
-#ifdef _RPyListOfString_New     /*  :-(  */
-#  define HAVE_RPY_LIST_OF_STRING
-#endif
-
 #ifndef PYPY_STANDALONE
 
 /* prototypes */



More information about the Pypy-commit mailing list