Revision: 1769
http://complement.svn.sourceforge.net/complement/?rev=1769&view=rev
Author: complement
Date: 2007-10-24 07:41:25 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
allow build without BFD; fix order of def/undef
Modified Paths:
--------------
trunk/complement/explore/include/config/feature.h
Modified: trunk/complement/explore/include/config/feature.h
===================================================================
--- trunk/complement/explore/include/config/feature.h 2007-10-24 14:29:05 UTC (rev 1768)
+++ trunk/complement/explore/include/config/feature.h 2007-10-24 14:41:25 UTC (rev 1769)
@@ -128,9 +128,12 @@
#define __FIT_DISABLE_BFD
-#if 0
#ifdef __FIT_DISABLE_BFD
+# ifdef __FIT_PRESENT_BFD
+# undef __FIT_PRESENT_BFD
+# endif
/* Without BFD we can't take info about stack */
+#if 0
# ifdef __FIT_CREATE_THREAD_STACK_INFO
# undef __FIT_CREATE_THREAD_STACK_INFO
# endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|