diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
commit | 17732724f33c6969c86a29c832e094b96a4483bf (patch) | |
tree | 5a5276a6aa015c94cfa47359a817472d59331fa8 /gdb/top.h | |
parent | fd0407d670c5a89ba5ba8cba65a056ac8c709e75 (diff) | |
download | ppe42-binutils-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz ppe42-binutils-17732724f33c6969c86a29c832e094b96a4483bf.zip |
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef TOP_H +#define TOP_H + /* From top.c. */ extern char *line; extern int linesize; @@ -67,3 +70,5 @@ extern char *source_error; extern char *source_pre_error; extern int history_expansion_p; extern int server_command; + +#endif |