Revision: 49032
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49032&view=rev
Author:   brlcad
Date:     2012-01-24 16:06:51 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
better explain why we intentionally avoid using HAVE_* defines or common.h in 
these headers.  tempting, but they're meant to be completely stand-alone files.

Modified Paths:
--------------
    brlcad/trunk/include/bin.h
    brlcad/trunk/include/bio.h

Modified: brlcad/trunk/include/bin.h
===================================================================
--- brlcad/trunk/include/bin.h  2012-01-24 16:01:14 UTC (rev 49031)
+++ brlcad/trunk/include/bin.h  2012-01-24 16:06:51 UTC (rev 49032)
@@ -35,7 +35,9 @@
 #define __BIN_H__
 
 /* Do not rely on common.h's HAVE_* defines.  Do not include the
- * common.h header.
+ * common.h header.  This is a stand-alone portability header intended
+ * to be independent of BRL-CAD and the BRL-CAD build system, reusable
+ * by external projects.
  */
 
 #if defined(_WIN32) && !defined(__CYGWIN__)

Modified: brlcad/trunk/include/bio.h
===================================================================
--- brlcad/trunk/include/bio.h  2012-01-24 16:01:14 UTC (rev 49031)
+++ brlcad/trunk/include/bio.h  2012-01-24 16:06:51 UTC (rev 49032)
@@ -35,7 +35,9 @@
 #define __BIO_H__
 
 /* Do not rely on common.h's HAVE_* defines.  Do not include the
- * common.h header.
+ * common.h header.  This is a stand-alone portability header intended
+ * to be independent of BRL-CAD and the BRL-CAD build system, reusable
+ * by external projects.
  */
 
 #include <stdio.h>

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to