This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Patch]: grep ^func




Sure thing. Next time.

--
-Don
dhoward@cygnus.com


On Thu, 25 Jan 2001, Michael Snyder wrote:

> Don Howard wrote:
> > 
> > Here is a simple patch that cleans up function declarations/definitions
> > so that grep ^func will turn up only the function definition.   Tested
> > on native Linux x86.
> 
> Don, in the cases where this change results in lines of 79 chars or more, 
> would you mind breaking the lines up?  Emacs default indentation, eg.
> 
> extern int foo (int, char, 
>                 char, int);
> 
> Thanks,
> Michael
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]