cvsuser     04/11/22 02:57:22

  Modified:    compilers/p6ge README
  Log:
  Fixed the docs to represent the new namespacing.
  
  Revision  Changes    Path
  1.3       +1 -1      parrot/compilers/p6ge/README
  
  Index: README
  ===================================================================
  RCS file: /cvs/public/parrot/compilers/p6ge/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README    19 Nov 2004 23:11:01 -0000      1.2
  +++ README    22 Nov 2004 10:57:22 -0000      1.3
  @@ -49,7 +49,7 @@
   
       load_bytecode "p6ge.pir"
       .local pmc p6ge_compile
  -    p6ge_compile = global "_p6ge_compile"  # get the compiler
  +    find_global p6ge_compile, "P6GE", "_p6ge_compile"  # get the compiler
   
       .local string pattern       
       .local pmc rulesub                     
  
  
  

Reply via email to