MS-DOS patches to perl.
Apply this patch to the standard perl source, version 4, patch level 19,
using "patch -p."  Do this in the root directory of the perl source
distribution.

You can cat all these patches together and pipe the output to patch -p.

Len Reed
Holos Software, Inc.
..!gatech!holos0!lbr
holos0!lbr@gatech.edu
--------------------------------------
*** doarg.c.old	Thu Nov 14 07:29:24 1991
--- doarg.c	Thu Nov 14 08:51:24 1991
***************
*** 1571,1577 ****
      }
  }
  
! do_chop(astr,str)
  register STR *astr;
  register STR *str;
  {
--- 1571,1577 ----
      }
  }
  
! void do_chop(astr,str)
  register STR *astr;
  register STR *str;
  {
