cvsuser     04/05/17 09:07:37

  Modified:    library  libpcre.imc
  Log:
  pcre signature fix
  
  Revision  Changes    Path
  1.4       +2 -1      parrot/library/libpcre.imc
  
  Index: libpcre.imc
  ===================================================================
  RCS file: /cvs/public/parrot/library/libpcre.imc,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- libpcre.imc       10 Jan 2004 11:06:56 -0000      1.3
  +++ libpcre.imc       17 May 2004 16:07:37 -0000      1.4
  @@ -39,7 +39,8 @@
       .sym pmc COMPILE
       COMPILE = global "pcre::compile"
       repeat error, " ", 500   # could be enough
  -    .sym int errptr
  +    .sym pmc errptr
  +    errptr = new PerlInt
       null NULL
       .pcc_begin prototyped
       .arg pat
  
  
  

Reply via email to