diff -c --recursive oldsource/snavigator/parsers/tcl/Parser.c source/snavigator/parsers/tcl/Parser.c *** oldsource/snavigator/parsers/tcl/Parser.c Wed Apr 19 17:38:40 2000 --- source/snavigator/parsers/tcl/Parser.c Thu Dec 20 18:35:43 2001 *************** *** 181,190 **** case 'f': report = rtrue; break; case 'g': graphic = rtrue; break; case 'h': ! (void) printf ("\nsyntax of PAF_TCL:\n\n"); ! (void) printf (" [-f] [-h]\n\n"); ! (void) printf (" f : report error messages (default: do not report)\n"); ! (void) printf (" h : help\n\n"); break; } } --- 181,190 ---- case 'f': report = rtrue; break; case 'g': graphic = rtrue; break; case 'h': ! printf ("\nsyntax of PAF_TCL:\n\n"); ! printf (" [-f] [-h]\n\n"); ! printf (" f : report error messages (default: do not report)\n"); ! printf (" h : help\n\n"); break; } }