Revision: 41087
http://brlcad.svn.sourceforge.net/brlcad/?rev=41087&view=rev
Author: brlcad
Date: 2010-10-19 05:18:58 +0000 (Tue, 19 Oct 2010)
Log Message:
-----------
move vars to top of scope for Windows
Modified Paths:
--------------
brlcad/trunk/src/proc-db/mkbuilding.c
Modified: brlcad/trunk/src/proc-db/mkbuilding.c
===================================================================
--- brlcad/trunk/src/proc-db/mkbuilding.c 2010-10-19 05:18:13 UTC (rev
41086)
+++ brlcad/trunk/src/proc-db/mkbuilding.c 2010-10-19 05:18:58 UTC (rev
41087)
@@ -36,6 +36,7 @@
main(int ac, char *av[])
{
struct rt_wdb *db_filepointer;
+ point_t p1, p2;
if (ac < 2) {
mkbdlg_usage();
@@ -48,7 +49,6 @@
return 1;
}
- point_t p1, p2;
VSET(p1, 0.0, 0.0, 0.0);
VSET(p2, (25.4*6), (25.4*12*10), (25.4*12*8));
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits