*** sed.c.~5~ Thu May 27 10:58:23 1993 --- sed.c Fri May 28 16:19:11 1993 *************** *** 68,74 **** #endif #endif ! char *version_string = "GNU sed version 1.17"; /* Struct vector is used to describe a chunk of a compiled sed program. * There is one vector for the main program, and one for each { } pair, --- 68,74 ---- #endif #endif ! char *version_string = "GNU sed version 1.18"; /* Struct vector is used to describe a chunk of a compiled sed program. * There is one vector for the main program, and one for each { } pair, *************** *** 533,539 **** int open_line; { struct sed_cmd *cur_cmd; ! int ch, pch; int slash; VOID *b; unsigned char *string; --- 533,540 ---- int open_line; { struct sed_cmd *cur_cmd; ! int ch = 0; ! int pch; int slash; VOID *b; unsigned char *string;