Revision: 41867
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41867&view=rev
Author:   erikgreenwald
Date:     2010-12-30 19:14:45 +0000 (Thu, 30 Dec 2010)

Log Message:
-----------
BU_EXTERN is required on globals, even in .c files.

Modified Paths:
--------------
    brlcad/trunk/src/adrt/libtie/tie0.c

Modified: brlcad/trunk/src/adrt/libtie/tie0.c
===================================================================
--- brlcad/trunk/src/adrt/libtie/tie0.c 2010-12-30 19:11:57 UTC (rev 41866)
+++ brlcad/trunk/src/adrt/libtie/tie0.c 2010-12-30 19:14:45 UTC (rev 41867)
@@ -22,8 +22,9 @@
  *  tie0.c
  *
  */
+#include <bu.h>
 
-int tie_check_degenerate = 0;
+BU_EXPORT int tie_check_degenerate = 0;
 
 #define TIE_PRECISION 0
 #include "./tie.c"


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to