From 4770ff087a88ed81794edb49d9558acbdd0a22a5 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 10 Dec 1998 21:25:43 +0000 Subject: Start of HP merge changes to GDB. --- gdb/complaints.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/complaints.h') diff --git a/gdb/complaints.h b/gdb/complaints.h index 022bc19..4b9b5de 100644 --- a/gdb/complaints.h +++ b/gdb/complaints.h @@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#if !defined (COMPLAINTS_H) +#define COMPLAINTS_H + + /* Support for complaining about things in the symbol file that aren't catastrophic. @@ -44,3 +48,6 @@ complain PARAMS ((struct complaint *, ...)); extern void clear_complaints PARAMS ((int, int)); + + +#endif /* !defined (COMPLAINTS_H) */ -- cgit v1.1