[svn:parrot] r37742 - trunk/config/gen/config_h

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Mar 26 07:56:28 UTC 2009


Author: cotto
Date: Thu Mar 26 07:56:28 2009
New Revision: 37742
URL: https://trac.parrot.org/parrot/changeset/37742

Log:
[h] fix C++ comment, clarify

Modified:
   trunk/config/gen/config_h/feature_h.in

Modified: trunk/config/gen/config_h/feature_h.in
==============================================================================
--- trunk/config/gen/config_h/feature_h.in	Thu Mar 26 07:40:01 2009	(r37741)
+++ trunk/config/gen/config_h/feature_h.in	Thu Mar 26 07:56:28 2009	(r37742)
@@ -146,7 +146,8 @@
     print OUT <<"END_PRINT";
 #define PARROT_HAS_BACKTRACE
 #include <execinfo.h>
-//__USE_GNU seems to mess up stdio.h on Linux; only include it for dlfcn.h ifndef
+/* __USE_GNU seems to mess up stdio.h on Linux; only define it for dlfcn.h if
+it's not already defined */
 #ifndef __USE_GNU
 #  define __USE_GNU
 #  include <dlfcn.h>


More information about the parrot-commits mailing list