Author: kjs
Date: Fri Feb 22 01:57:19 2008
New Revision: 25981

Modified:
   trunk/docs/imcc/imcc.pod

Log:
[docs] remove reference to macros.pod, which has been removed. add reference to 
pdd19.

Modified: trunk/docs/imcc/imcc.pod
==============================================================================
--- trunk/docs/imcc/imcc.pod    (original)
+++ trunk/docs/imcc/imcc.pod    Fri Feb 22 01:57:19 2008
@@ -11,7 +11,7 @@
 integrated into the C<parrot> executable.
 
 IMCC compiles a language called Parrot Intermediate Representation (PIR).
-PIR is the primary target of language implementations. PIR code files 
+PIR is the primary target of language implementations. PIR code files
 have the extension C<.pir>.
 
 See L<docs/pdds/draft/pdd19_pir.pod> for the most recent documentation on PIR.
@@ -25,10 +25,6 @@
 
 A must read for potential language implementors.
 
-=head2 macros.pod
-
-The macro layer of parrot.
-
 =head2 operation.pod
 
 Describes how IMCC operates internally.
@@ -45,6 +41,10 @@
 
 Most source files end in B<.c>.
 
+=head1 SEE ALSO
+
+See F<docs/pdds/draft/pdd19_pir.pod>
+
 =head1 AUTHOR
 
 Leopold Toetsch <[EMAIL PROTECTED]>

Reply via email to