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 -------------------------------------- *** cons.c.old Mon Nov 11 09:31:00 1991 --- cons.c Thu Nov 14 08:51:24 1991 *************** *** 302,308 **** head->ucmd.scmd.sc_next = loc; } ! make_nswitch(head,count) register CMD *head; int count; { --- 302,308 ---- head->ucmd.scmd.sc_next = loc; } ! void make_nswitch(head,count) register CMD *head; int count; {