Revision: 41398
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41398&view=rev
Author:   brlcad
Date:     2010-11-17 21:43:36 +0000 (Wed, 17 Nov 2010)

Log Message:
-----------
VMessage() no longer needs to be extern.

Modified Paths:
--------------
    brlcad/trunk/src/fb/ioutil.c

Modified: brlcad/trunk/src/fb/ioutil.c
===================================================================
--- brlcad/trunk/src/fb/ioutil.c        2010-11-17 21:43:05 UTC (rev 41397)
+++ brlcad/trunk/src/fb/ioutil.c        2010-11-17 21:43:36 UTC (rev 41398)
@@ -33,7 +33,7 @@
 #include "fb.h"
 
 
-void
+HIDDEN void
 VMessage(const char *format, va_list ap)
 {
     struct bu_vls str;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to