[pypy-svn] r22624 - pypy/dist/pypy/translator/llvm/module
rxe at codespeak.net
rxe at codespeak.net
Wed Jan 25 09:41:23 CET 2006
Author: rxe
Date: Wed Jan 25 09:41:22 2006
New Revision: 22624
Modified:
pypy/dist/pypy/translator/llvm/module/excsupport.py
Log:
cosmetic
Modified: pypy/dist/pypy/translator/llvm/module/excsupport.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/module/excsupport.py (original)
+++ pypy/dist/pypy/translator/llvm/module/excsupport.py Wed Jan 25 09:41:22 2006
@@ -31,7 +31,7 @@
import sys
if sys.maxint != 2**31-1: #XXX need to move the ringbuffer code to another level anyway
- ringbuffer_decl = ringbuffer_code = ''
+ ringbuffer_decl = ringbuffer_code = ''
invokeunwind_code = '''
ccc %(returntype)s%%__entrypoint__%(entrypointname)s {
More information about the Pypy-commit
mailing list