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/valprint.h | |
parent | fd0407d670c5a89ba5ba8cba65a056ac8c709e75 (diff) | |
download | gdb-17732724f33c6969c86a29c832e094b96a4483bf.zip gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.bz2 |
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 5bea657..52314aa 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef VALPRINT_H +#define VALPRINT_H extern int prettyprint_arrays; /* Controls pretty printing of arrays. */ extern int prettyprint_structs; /* Controls pretty printing of structures */ @@ -55,3 +57,4 @@ extern void print_octal_chars (struct ui_file *, unsigned char *, extern void print_decimal_chars (struct ui_file *, unsigned char *, unsigned int); +#endif |