[pypy-svn] r35203 - pypy/dist/pypy/translator/c/src
fijal at codespeak.net
fijal at codespeak.net
Fri Dec 1 16:43:36 CET 2006
Author: fijal
Date: Fri Dec 1 16:43:34 2006
New Revision: 35203
Modified:
pypy/dist/pypy/translator/c/src/support.h
Log:
Seems that symbol has
Modified: pypy/dist/pypy/translator/c/src/support.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/support.h (original)
+++ pypy/dist/pypy/translator/c/src/support.h Fri Dec 1 16:43:34 2006
@@ -45,7 +45,7 @@
# define RPyAssert(x, msg) /* nothing */
#endif
-#ifdef __RPyListOfString_New /* :-( */
+#ifdef _RPyListOfString_New /* :-( */
# define HAVE_RPY_LIST_OF_STRING
#endif
More information about the pypy-svn
mailing list