Revision: 54899
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54899&view=rev
Author:   brlcad
Date:     2013-03-27 02:29:35 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
convex is long gone

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

Modified: brlcad/trunk/include/orle.h
===================================================================
--- brlcad/trunk/include/orle.h 2013-03-27 02:11:33 UTC (rev 54898)
+++ brlcad/trunk/include/orle.h 2013-03-27 02:29:35 UTC (rev 54899)
@@ -90,7 +90,7 @@
 
 typedef struct /* Old RLE format instruction.                          */
 {
-#if __STDC__ || defined(__convexc__)
+#if __STDC__
     /* !!! This won't match the file format, but will at least compile */
     /* ANSI insists that bit-field must be of type signed int, unsigned int or 
int */
     unsigned int datum:12, opcode:4;
@@ -101,7 +101,7 @@
 
 typedef struct /* Old RLE format instruction.                          */
 {
-#if __STDC__ || defined(__convexc__)
+#if __STDC__
     /* !!! This won't match the file format, but will at least compile */
     /* ANSI insists that bit-field must be of type signed int, unsigned int or 
int */
     int        opcode:8, datum:8;

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


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to