Add Guile as an extension language.
[deliverable/binutils-gdb.git] / gdb / extension.c
index a61f5ca0395967987524ccc318c4b33e71dba8af..c2f502b830573d9ad4f7b773e72c3ff9b7d87739 100644 (file)
@@ -30,6 +30,7 @@
 #include "observer.h"
 #include "cli/cli-script.h"
 #include "python/python.h"
+#include "guile/guile.h"
 
 /* Iterate over all external extension languages, regardless of whether the
    support has been compiled in or not.
@@ -100,6 +101,7 @@ static const struct extension_language_defn * const extension_languages[] =
 {
   /* To preserve existing behaviour, python should always appear first.  */
   &extension_language_python,
+  &extension_language_guile,
   NULL
 };
 
This page took 0.024168 seconds and 4 git commands to generate.