Revision: 68943
http://sourceforge.net/p/brlcad/code/68943
Author: starseeker
Date: 2016-09-30 18:05:58 +0000 (Fri, 30 Sep 2016)
Log Message:
-----------
Put guards on pstdint.h - cache.c is pulling this in directly, but on Windows
it's also getting pulled in by common.h and causing redefinition errors.
Longer term solution should probably be to test for whatever cache.c needs and
handle accordingly...
Modified Paths:
--------------
brlcad/trunk/include/pstdint.h
Modified: brlcad/trunk/include/pstdint.h
===================================================================
--- brlcad/trunk/include/pstdint.h 2016-09-30 17:52:34 UTC (rev 68942)
+++ brlcad/trunk/include/pstdint.h 2016-09-30 18:05:58 UTC (rev 68943)
@@ -182,6 +182,9 @@
*
*/
+#ifndef PSTDINT_H
+#define PSTDINT_H
+
#include <stddef.h>
#include <limits.h>
#include <signal.h>
@@ -802,3 +805,5 @@
}
#endif
+
+#endif /*PSTDINT_H*/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits