diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 1f82c85..31e9231 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -59,6 +59,7 @@ struct subfile char *dirname; struct linetable *line_vector; int line_vector_length; + enum language language; }; EXTERN struct subfile *subfiles; |