aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-08-09 23:01:17 +0000
committerLudovic Courtès <ludo@gnu.org>2007-08-09 23:01:17 +0000
commitd4310edb359dda35189ab0ece88a9107085fcf54 (patch)
tree61d5c8ff3037b68131052d16e18c791844d5ab43 /gdb/defs.h
parent57da77961a2dc9c840da5ac22432a84fb4044bc1 (diff)
downloadfsf-binutils-gdb-d4310edb359dda35189ab0ece88a9107085fcf54.zip
fsf-binutils-gdb-d4310edb359dda35189ab0ece88a9107085fcf54.tar.gz
fsf-binutils-gdb-d4310edb359dda35189ab0ece88a9107085fcf54.tar.bz2
Re-instated Guile/Scheme support.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 4e2d1c0..eb5a5ba 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -212,6 +212,7 @@ enum language
language_asm, /* Assembly language */
language_pascal, /* Pascal */
language_ada, /* Ada */
+ language_scm, /* Guile Scheme */
language_minimal, /* All other languages, minimal support only */
nr_languages
};