Author: jkeenan
Date: Sat Jan  3 16:22:40 2009
New Revision: 34905

Modified:
   trunk/docs/pdds/draft/pdd06_pasm.pod

Changes in other areas also in this revision:
Added:
   trunk/compilers/pirc/src/
      - copied from r34904, /trunk/compilers/pirc/new/
Removed:
   trunk/compilers/pirc/new/
Modified:
   trunk/MANIFEST
   trunk/compilers/pirc/README.pod
   trunk/compilers/pirc/src/hdocprep.c
   trunk/compilers/pirc/src/pirlexer.c
   trunk/compilers/pirc/src/pirlexer.h
   trunk/compilers/pirc/src/pirsymbol.c
   trunk/config/gen/makefiles/pirc.in
   trunk/lib/Parrot/Distribution.pm
   trunk/t/codingstd/linelength.t

Log:
Change directory compilers/pirc/new/ to compilers/pirc/src, and edit
references to this directory in other files.  Cf.:
https://trac.parrot.org/parrot/ticket/70.


Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod        (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod        Sat Jan  3 16:22:40 2009
@@ -121,7 +121,7 @@
 
 Below is an overview of the grammar of a PASM file.
 
-{{ See compilers/pirc/new for a bison-basd implementation of PASM }}
+{{ See compilers/pirc/src for a bison-basd implementation of PASM }}
 
  pasm_file:
    [ pasm_line '\n' ]*

Reply via email to