public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* SN5.0 Patch: compiling under gcc 3.0
@ 2001-12-07 13:43 Timothy M. Shead
  2001-12-20 20:10 ` Timothy M. Shead
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy M. Shead @ 2001-12-07 13:43 UTC (permalink / raw)
  To: Source-Navigator Group

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]

Enclosed (for real) is a patch to get SN5.0 to compile under gcc 3.0



[-- Attachment #2: Type: text/x-patch, Size: 954 bytes --]

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;
  	 }
        }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-21  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-07 13:43 SN5.0 Patch: compiling under gcc 3.0 Timothy M. Shead
2001-12-20 20:10 ` Timothy M. Shead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).