Revision: 50662
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50662&view=rev
Author:   tbrowder2
Date:     2012-05-24 19:47:59 +0000 (Thu, 24 May 2012)
Log Message:
-----------
reorder length mod defs, add new length group

Modified Paths:
--------------
    brlcad/trunk/src/libbu/vls.c

Modified: brlcad/trunk/src/libbu/vls.c
===================================================================
--- brlcad/trunk/src/libbu/vls.c        2012-05-24 19:38:23 UTC (rev 50661)
+++ brlcad/trunk/src/libbu/vls.c        2012-05-24 19:47:59 UTC (rev 50662)
@@ -668,17 +668,19 @@
 #define LLONGINT  0x0008
 /* double length modifiers  */
 #define LONGDBLE  0x0010
+/* other integer length modifiers  */
+#define INTMAX_T  0x0020
+#define PTRDIFFT  0x0040
+#define SIZETINT  0x0080
 /* misc */
-#define FIELDLEN  0x0020
-#define INTMAX_T  0x0040
-#define PTRDIFFT  0x0080
-#define SIZETINT  0x0100
+#define FIELDLEN  0x0100
 #define PRECISION 0x0200
 
 /* groups */
+#define MISCINTMODS    (INTMAX_T | PTRDIFFT | SIZETINT)
 #define SHORTINTMODS   (SHORTINT | SHHRTINT)
 #define LONGINTMODS    (LONG_INT | LLONGINT)
-#define ALL_INTMODS    (SHORTINTMODS | LONGINTMODS)
+#define ALL_INTMODS    (SHORTINTMODS | LONGINTMODS | MISCINTMODS)
 #define ALL_DOUBLEMODS (LONGDBLE)
 #define ALL_LENGTHMODS (ALL_INTMODS | ALL_DOUBLEMODS)
 

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to