cvsuser     03/03/04 07:58:24

  Modified:    languages/imcc/docs macros.pod
  Log:
  doc update: .include
  
  Revision  Changes    Path
  1.2       +4 -3      parrot/languages/imcc/docs/macros.pod
  
  Index: macros.pod
  ===================================================================
  RCS file: /cvs/public/parrot/languages/imcc/docs/macros.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- macros.pod        18 Feb 2003 12:39:16 -0000      1.1
  +++ macros.pod        4 Mar 2003 15:58:24 -0000       1.2
  @@ -10,8 +10,9 @@
   
   The macro support for IMCC was designed to be a drop in replacement
   for the original F<assemble.pl> macro layer. There for the the macro
  -expansion at the moment only works in assembly mode. Furthermore this
  -documentation is in large parts copied literally from there.
  +expansion at the moment only works in assembly mode, except for the
  +B<.include "file"> feature.  Furthermore this documentation is in
  +large parts copied literally from there.
   
   The addition of the '.' preface will hopefully make things easier to
   parse, inasmuch as everything within an assembler file that needs to
  
  
  

Reply via email to