summaryrefslogtreecommitdiffstats
path: root/include/stab.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 04:03:58 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 04:03:58 +0000
commit57fbd59161515b5e911aa4e91cd1b50fa0ae5e0e (patch)
tree8365c8831287762b6091e677266ef825fb3d94e0 /include/stab.h
parent3d802d838334ce79fbad7204bdaa1a61073dd449 (diff)
downloadFreeBSD-src-57fbd59161515b5e911aa4e91cd1b50fa0ae5e0e.zip
FreeBSD-src-57fbd59161515b5e911aa4e91cd1b50fa0ae5e0e.tar.gz
Made them idempotent.
Reviewed by: Submitted by:
Diffstat (limited to 'include/stab.h')
-rw-r--r--include/stab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stab.h b/include/stab.h
index 0eae579..9200f52 100644
--- a/include/stab.h
+++ b/include/stab.h
@@ -33,6 +33,9 @@
* @(#)stab.h 8.1 (Berkeley) 6/2/93
*/
+#ifndef _STAB_H_
+#define _STAB_H_
+
/*
* The following are symbols used by various debuggers and by the Pascal
* compiler. Each of them must have one (or more) of the bits defined by
@@ -65,3 +68,5 @@
#define N_ECOMM 0xe4 /* end common */
#define N_ECOML 0xe8 /* end common (local name) */
#define N_LENG 0xfe /* length of preceding entry */
+
+#endif
OpenPOWER on IntegriCloud