[svn:parrot] r43467 - trunk/docs/book/pir
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Fri Jan 15 10:15:55 UTC 2010
Author: chromatic
Date: Fri Jan 15 10:15:52 2010
New Revision: 43467
URL: https://trac.parrot.org/parrot/changeset/43467
Log:
[book] Fixed invalid PIR fragment; .lex never worked with non-PMC types.
(Found by Michael Hind.)
Modified:
trunk/docs/book/pir/ch06_subroutines.pod
Modified: trunk/docs/book/pir/ch06_subroutines.pod
==============================================================================
--- trunk/docs/book/pir/ch06_subroutines.pod Fri Jan 15 04:47:43 2010 (r43466)
+++ trunk/docs/book/pir/ch06_subroutines.pod Fri Jan 15 10:15:52 2010 (r43467)
@@ -643,7 +643,7 @@
=begin PIR_FRAGMENT
- .local int foo
+ .local pmc foo
.lex 'foo', foo
=end PIR_FRAGMENT
More information about the parrot-commits
mailing list