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
--------------------------------------
*** regcomp.c.old	Mon Nov 11 09:33:32 1991
--- regcomp.c	Thu Nov 14 08:52:26 1991
***************
*** 72,78 ****
  
  #ifdef MSDOS
  # if defined(BUGGY_MSC6)
!  /* MSC 6.00A breaks on op/regexp.t test 85 unless we turn this off */
   # pragma optimize("a",off)
   /* But MSC 6.00A is happy with 'w', for aliases only across function calls*/
   # pragma optimize("w",on )
--- 72,78 ----
  
  #ifdef MSDOS
  # if defined(BUGGY_MSC6)
!  /* MSC 6.00A breaks on op/regexp.t test 85 and 222 unless we turn this off */
   # pragma optimize("a",off)
   /* But MSC 6.00A is happy with 'w', for aliases only across function calls*/
   # pragma optimize("w",on )
