diff options
author | Doug Evans <dje@google.com> | 2007-11-15 22:54:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2007-11-15 22:54:22 +0000 |
commit | 94d09e0408935636db2e9c5b1f7726ef7e6ed514 (patch) | |
tree | 84db8a19809224f60670b547c7117c78005166ba /gdb/buildsym.h | |
parent | b01c0a4adb779da9df392741b6969b872a905bb1 (diff) | |
download | gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.zip gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.tar.gz gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.tar.bz2 |
* buildsym.h (subfiles): Move ...
* buildsym.c (subfiles): ... to here and make static.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index cb16be1..16affd9 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -71,8 +71,6 @@ struct subfile struct symtab *symtab; }; -EXTERN struct subfile *subfiles; - EXTERN struct subfile *current_subfile; /* Global variable which, when set, indicates that we are processing a |