Revision: 55700
          http://sourceforge.net/p/brlcad/code/55700
Author:   n_reed
Date:     2013-06-10 17:47:20 +0000 (Mon, 10 Jun 2013)
Log Message:
-----------
don't want to remove inline uses from cpp files

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

Modified: brlcad/trunk/include/common.h
===================================================================
--- brlcad/trunk/include/common.h       2013-06-10 16:39:26 UTC (rev 55699)
+++ brlcad/trunk/include/common.h       2013-06-10 17:47:20 UTC (rev 55700)
@@ -87,7 +87,7 @@
  *
  * TODO: test removal of __STRICT_ANSI__ on Windows.
  */
-#if defined(__STRICT_ANSI__) || defined(__GNUC_GNU_INLINE__)
+#if !defined __cplusplus && (defined(__STRICT_ANSI__) || 
defined(__GNUC_GNU_INLINE__))
 #  ifndef inline
 #    define inline /***/
 #  endif

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to