From da70a7806bcea7cf17952edc307051e42fe6cb3b Mon Sep 17 00:00:00 2001 From: Christoph Otto Date: Tue, 12 Apr 2011 14:23:34 -0700 Subject: [PATCH] make pdd19 examples not print output during compilation --- docs/pdds/pdd19_pir.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pdds/pdd19_pir.pod b/docs/pdds/pdd19_pir.pod index fc8bb67b7f..b135bd2f9c 100644 --- a/docs/pdds/pdd19_pir.pod +++ b/docs/pdds/pdd19_pir.pod @@ -491,11 +491,11 @@ and the file C contains: =begin PIR .sub foo :immediate - print '42' + $I0 = 4 .end .sub bar :postcomp - print '43' + $I0 = 3 .end =end PIR