Revision: 56428
http://sourceforge.net/p/brlcad/code/56428
Author: brlcad
Date: 2013-08-01 18:40:22 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
assume stdc
Modified Paths:
--------------
brlcad/trunk/include/orle.h
Modified: brlcad/trunk/include/orle.h
===================================================================
--- brlcad/trunk/include/orle.h 2013-08-01 18:36:26 UTC (rev 56427)
+++ brlcad/trunk/include/orle.h 2013-08-01 18:40:22 UTC (rev 56428)
@@ -90,24 +90,16 @@
typedef struct /* Old RLE format instruction. */
{
-#if __STDC__
- /* !!! This won't match the file format, but will at least compile */
+ /* !!! This doesn'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;
-#else
- unsigned short datum:12, opcode:4;
-#endif
+ unsigned int datum:12, opcode:4; /* previously was unsigned short */
} Old_Inst;
typedef struct /* Old RLE format instruction. */
{
-#if __STDC__
- /* !!! This won't match the file format, but will at least compile */
+ /* !!! This doesn'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;
-#else
- short opcode:8, datum:8;
-#endif
+ int opcode:8, datum:8; /* previously was short */
} Xtnd_Inst;
typedef unsigned char RLEpixel[3];
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