[pypy-svn] r63802 - pypy/extradoc/talk/icooolps2009-dotnet

antocuni at codespeak.net antocuni at codespeak.net
Tue Apr 7 17:34:04 CEST 2009


Author: antocuni
Date: Tue Apr  7 17:34:03 2009
New Revision: 63802

Modified:
   pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
Log:
don't show comments


Modified: pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	Tue Apr  7 17:34:03 2009
@@ -17,7 +17,7 @@
 
 
 \newboolean{showcomments}
-\setboolean{showcomments}{true}
+\setboolean{showcomments}{false}
 \ifthenelse{\boolean{showcomments}}
   {\newcommand{\nb}[2]{
     \fbox{\bfseries\sffamily\scriptsize#1}



More information about the Pypy-commit mailing list