Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/OBVIOUS?] ui_file_new function missing "extern" in header.
@ 2012-12-18  8:35 Pierre Muller
  2012-12-18  8:47 ` Jan Kratochvil
  2012-12-18  8:54 ` Yao Qi
  0 siblings, 2 replies; 6+ messages in thread
From: Pierre Muller @ 2012-12-18  8:35 UTC (permalink / raw)
  To: gdb-patches

   This is both a RFA
 and a question about:
  should this be considered as an obvious fix?
  
  i.e. shouldn't all functions declared in headers
have the extern modifier?
  Is this mandatory?
  It doesn't see to change anything in practice, but to me,
it seems like good practice...
... but remember that my C programming knowledge is weak...




Pierre Muller
GDB pascal language maintainer


2012-12-18  Pierre Muller  <muller@sourceware.org>

        * ui-file.h (tee_file_new): Add extern modifier in header
declaration.

Index: ui-file.h
===================================================================
RCS file: /cvs/src/src/gdb/ui-file.h,v
retrieving revision 1.19
diff -u -p -r1.19 ui-file.h
--- ui-file.h   18 Dec 2012 07:01:58 -0000      1.19
+++ ui-file.h   18 Dec 2012 08:31:00 -0000
@@ -135,7 +135,7 @@ extern struct ui_file *gdb_fopen (char *
 /* Create a file which writes to both ONE and TWO.  CLOSE_ONE
    and CLOSE_TWO indicate whether the original files should be
    closed when the new file is closed.  */
-struct ui_file *tee_file_new (struct ui_file *one,
+extern struct ui_file *tee_file_new (struct ui_file *one,
                              int close_one,
                              struct ui_file *two,
                              int close_two);


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

end of thread, other threads:[~2012-12-22 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20105.7837847204$1355819774@news.gmane.org>
2012-12-18 16:27 ` [RFA/OBVIOUS?] ui_file_new function missing "extern" in header Tom Tromey
2012-12-18  8:35 Pierre Muller
2012-12-18  8:47 ` Jan Kratochvil
2012-12-22 18:57   ` Pierre Muller
2012-12-18  8:54 ` Yao Qi
2012-12-18  9:00   ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox