Revision: 41330
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41330&view=rev
Author:   brlcad
Date:     2010-11-12 12:16:38 +0000 (Fri, 12 Nov 2010)

Log Message:
-----------
moved BU_VLB_BLOCK_SIZE into the header since it doesn't need to be public api.

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2010-11-12 12:15:32 UTC (rev 41329)
+++ brlcad/trunk/include/bu.h   2010-11-12 12:16:38 UTC (rev 41330)
@@ -1613,7 +1613,6 @@
     size_t bufCapacity;     /**< @brief Current capacity of the buffer */
     size_t nextByte;        /**< @brief Number of bytes currently used in the 
buffer */
 };
-#define BU_VLB_BLOCK_SIZE 512
 #define BU_CK_VLB(_vp)         BU_CKMAG(_vp, BU_VLB_MAGIC, "bu_vlb")
 #define BU_VLB_IS_INITIALIZED(_vp)     \
        ((_vp) && ((_vp)->magic == BU_VLB_MAGIC))


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

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to