Commit 0acbbdb0 by Rafael Avila de Espindola Committed by Rafael Espindola

plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.

2009-04-30  Rafael Avila de Espindola  <espindola@google.com>

	* plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.

From-SVN: r146998
parent 82f5c05d
2009-04-30 Rafael Avila de Espindola <espindola@google.com>
* plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.
2009-04-30 Andreas Krebbel <krebbel1@de.ibm.com> 2009-04-30 Andreas Krebbel <krebbel1@de.ibm.com>
* gcse.c (gcse_constant_p): Make sure the constant is sharable. * gcse.c (gcse_constant_p): Make sure the constant is sharable.
......
...@@ -38,7 +38,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -38,7 +38,9 @@ along with GCC; see the file COPYING3. If not see
#include "intl.h" #include "intl.h"
#include "plugin.h" #include "plugin.h"
#include "timevar.h" #include "timevar.h"
#ifdef ENABLE_PLUGIN
#include "plugin-version.h" #include "plugin-version.h"
#endif
/* Event names as strings. Keep in sync with enum plugin_event. */ /* Event names as strings. Keep in sync with enum plugin_event. */
const char *plugin_event_name[] = const char *plugin_event_name[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment