Revision: 65348
          http://sourceforge.net/p/brlcad/code/65348
Author:   brlcad
Date:     2015-06-17 05:54:18 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
was just going to remove the duplicate, but answer the question why #define 
pipe _pipe won't work

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2015-06-17 05:51:58 UTC (rev 65347)
+++ brlcad/trunk/CMakeLists.txt 2015-06-17 05:54:18 UTC (rev 65348)
@@ -2084,7 +2084,7 @@
 if (NOT HAVE_PIPE)
   BRLCAD_FUNCTION_EXISTS(_pipe HAVE__PIPE)
   if (HAVE__PIPE)
-    # Note - why not just #define pipe _pipe?why not just #define pipe _pipe?
+    # Note, we can't just #define pipe _pipe because of the extra args
     CONFIG_H_APPEND(BRLCAD "#define pipe(_FD)  (_pipe((_FD), 256, _O_TEXT))\n")
   endif (HAVE__PIPE)
 endif (NOT HAVE_PIPE)

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to