2 Stop on tex4ht.c Err

<..stop, if tex4ht.c err..>
 if( check_tex4ht_c_err ){
    eoln_ch = (int) ’x’;
    while( eoln_ch != EOF ) {
       status = scan_str("tex4ht.c error: ", TRUE, lg_file);
       if( status ){
           (IGNORED) fprintf(stderr,
               "--- Error --- tex4ht.c ran into problems\n"
            );
            exit(EXIT_FAILURE);
       }
       status = scan_until_end_str("", 1, status, lg_file);
 }  }
 -_-_-

<..vars..>+
 static BOOL check_tex4ht_c_err = FALSE;
 -_-_-