Revision: 52607
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52607&view=rev
Author:   brlcad
Date:     2012-10-01 15:33:30 +0000 (Mon, 01 Oct 2012)
Log Message:
-----------
should be enough to include stdint.h (if not, #define SIZE_MAX ((size_t)-1))

Modified Paths:
--------------
    brlcad/trunk/src/other/step/src/cldai/sdaiString.h

Modified: brlcad/trunk/src/other/step/src/cldai/sdaiString.h
===================================================================
--- brlcad/trunk/src/other/step/src/cldai/sdaiString.h  2012-10-01 15:19:00 UTC 
(rev 52606)
+++ brlcad/trunk/src/other/step/src/cldai/sdaiString.h  2012-10-01 15:33:30 UTC 
(rev 52607)
@@ -12,10 +12,8 @@
 */
 
 #include <scl_export.h>
+#include <stdint.h>
 
-#ifndef SIZE_MAX
-# define SIZE_MAX SSIZE_MAX
-#endif
 
 class SCL_DAI_EXPORT SDAI_String {
     private:

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


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to