Revision: 56438
          http://sourceforge.net/p/brlcad/code/56438
Author:   mohitdaga
Date:     2013-08-01 19:56:27 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
The way flags are used. They must be powers of 2.

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

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-08-01 19:55:16 UTC (rev 56437)
+++ brlcad/trunk/include/icv.h  2013-08-01 19:56:27 UTC (rev 56438)
@@ -91,9 +91,10 @@
 } ICV_DATA;
 
 /* Define Various Flags */
-#define ICV_NULL_IMAGE 0X01
-#define ICV_SANITIZED 0X02
-#define ICV_OPERATIONS_MODE 0x03
+#define ICV_NULL_IMAGE 0X0001
+#define ICV_SANITIZED 0X0002
+#define ICV_OPERATIONS_MODE 0x0004
+#define ICV_UNDIFINED_1 0x0008
 
 struct icv_image {
     uint32_t magic;

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to