aboutsummaryrefslogtreecommitdiff
path: root/gdb/complaints.h
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1998-12-10 21:25:43 +0000
committerDavid Taylor <taylor@redhat.com>1998-12-10 21:25:43 +0000
commit4770ff087a88ed81794edb49d9558acbdd0a22a5 (patch)
tree3474d41502fb5afd58f43f6146b371f691ca1de3 /gdb/complaints.h
parent51d57b0aa645837382c51d0053b0c75ef30c63a2 (diff)
downloadgdb-4770ff087a88ed81794edb49d9558acbdd0a22a5.zip
gdb-4770ff087a88ed81794edb49d9558acbdd0a22a5.tar.gz
gdb-4770ff087a88ed81794edb49d9558acbdd0a22a5.tar.bz2
Start of HP merge changes to GDB.
Diffstat (limited to 'gdb/complaints.h')
-rw-r--r--gdb/complaints.h7
1 files changed, 7 insertions, 0 deletions
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) */