Markus, You are right. I've corrected the first and last character. As for the strange character, it's part of the context line from GDB's source. It's a ^L character. Best regards, Luis On Thu, 2007-05-31 at 14:38 +0200, Markus Deuling wrote: > Hi Luis, > I have two small comments. > > >> Index: frame-unwind.h > >> =================================================================== > >> --- frame-unwind.h.orig 2007-05-31 04:57:13.000000000 -0700 > >> +++ frame-unwind.h 2007-05-31 05:02:09.000000000 -0700 > >> @@ -33,8 +33,8 @@ > >> > >> /* The following unwind functions assume a chain of frames forming the > >> sequence: (outer) prev <-> this <-> next (inner). All the > >> - functions are called with called with the next frame's `struct > >> - frame_info' and and this frame's prologue cache. > >> + functions are called with the next frame's `struct > >> + frame_info' and this frame's prologue cache. > > `struct frame_info' The first and last character are different. > > > >> Index: parse.c > >> =================================================================== > >> --- parse.c.orig 2007-05-31 04:57:13.000000000 -0700 > >> +++ parse.c 2007-05-31 05:02:09.000000000 -0700 > >> @@ -1076,7 +1076,7 @@ > >> > Maybe it's a problem of my mail reader, but I see a kind of special character here ?!? > > > > >