[pypy-svn] r78058 - pypy/extradoc/talk/pepm2011

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Oct 18 18:20:33 CEST 2010


Author: cfbolz
Date: Mon Oct 18 18:20:31 2010
New Revision: 78058

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
more nonsense


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Mon Oct 18 18:20:31 2010
@@ -610,8 +610,8 @@
 
 \begin{lstlisting}[mathescape,xleftmargin=20pt]
 guard_class($p_{5}$, BoxedInteger)
-$i_{7}$ = get($p_{5}$, intval)
 # inside BoxedInteger.add
+$i_{7}$ = get($p_{5}$, intval)
 guard_class($p_{6}$, BoxedInteger)
 # inside BoxedInteger.add__int
 $i_{8}$ = get($p_{6}$, intval)



More information about the Pypy-commit mailing list