This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

RE: [PATCH] Add extern of output_command to utils.h



> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Tom Tromey
> Envoyé?: lundi 7 janvier 2013 16:09
> À?: Hui Zhu
> Cc?: Joel Brobecker; gdb-patches ml
> Objet?: Re: [PATCH] Add extern of output_command to utils.h
> 
> >>>>> "Hui" == Hui Zhu <teawater@gmail.com> writes:
> 
> Hui> 2013-01-05  Hui Zhu  <hui_zhu@mentor.com>
> 
> Hui> 	* printcmd.c: Remove define of function output_command.
> Hui> 	* tracepoint.c: Remove extern of function output_command.
> Hui> 	* valprint.h.h (output_command): New extern.

  Just don't forget to remove the secondf ".h", correct line should be:

 	* valprint.h (output_command): New extern.
> This is ok.  Thanks.
> 
> Tom


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