Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!ukma!tut.cis.ohio-state.edu!UX.ACSS.UMN.EDU!alk From: alk@UX.ACSS.UMN.EDU Newsgroups: gnu.gdb.bug Subject: gdb-3.1 Encore UMAX trivia Message-ID: <8902080202.AA02353@prep.ai.mit.edu> Date: 8 Feb 89 02:22:20 GMT Sender: bob@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 35 nothing important, just minor necessaries: 8:17pm\1 :foreach i (*.orig) ? echo $i:r ? diff -c $i $i:r ? end coffread.c *** coffread.c.orig Tue Feb 7 19:47:21 1989 --- coffread.c Tue Feb 7 19:47:27 1989 *************** *** 55,60 **** --- 55,61 ---- static int init_lineno (); static void enter_linenos (); + extern void fclose (); extern void free_all_symtabs (); extern void free_all_psymtabs (); infrun.c *** infrun.c.orig Tue Feb 7 20:09:42 1989 --- infrun.c Tue Feb 7 20:09:48 1989 *************** *** 135,140 **** --- 135,141 ---- #endif #ifdef UMAX_PTRACE + #include #include #include #endif /* UMAX_PTRACE */ 8:19pm\2 :exit exit --alk@ux.acss.umn.edu