X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftypeprint.h;h=c57cc58c7ef37f2f3bbff2feb2fca7552811aad5;hb=8a151ee066ffd0772b5d42bf8651bd6a6069b9cf;hp=a0d44385ffe91f6eecb57aeaf6d2ac1373ccf6d4;hpb=d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/typeprint.h b/gdb/typeprint.h index a0d44385ff..c57cc58c7e 100644 --- a/gdb/typeprint.h +++ b/gdb/typeprint.h @@ -19,7 +19,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef TYPEPRINT_H +#define TYPEPRINT_H + void print_type_scalar (struct type * type, LONGEST, struct ui_file *); void c_type_print_varspec_suffix (struct type *, struct ui_file *, int, int, int); +#endif