[svn:parrot] r37815 - trunk/docs

allison at svn.parrot.org allison at svn.parrot.org
Sun Mar 29 19:49:06 UTC 2009


Author: allison
Date: Sun Mar 29 19:49:05 2009
New Revision: 37815
URL: https://trac.parrot.org/parrot/changeset/37815

Log:
[docs] Update changed syntax for ".line" directive.

Modified:
   trunk/docs/compiler_faq.pod

Modified: trunk/docs/compiler_faq.pod
==============================================================================
--- trunk/docs/compiler_faq.pod	Sun Mar 29 17:36:53 2009	(r37814)
+++ trunk/docs/compiler_faq.pod	Sun Mar 29 19:49:05 2009	(r37815)
@@ -23,9 +23,7 @@
 
 =head2 How do I embed source locations in my code for debugging?
 
-Use C<#line 42 "file.pir"> for this. Note that this command must be in the first
-column; there must not be any leading space, otherwise the command is treated
-as a comment (due to the C<#> character).
+Use C<.line 42 "file.pir"> for this.
 
 =head1 Subroutines
 


More information about the parrot-commits mailing list