This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / include / stab.h
index 8cb8902..f83ae19 100644 (file)
@@ -33,6 +33,9 @@
  *     @(#)stab.h      5.2 (Berkeley) 4/4/91
  */
 
  *     @(#)stab.h      5.2 (Berkeley) 4/4/91
  */
 
+#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
 /*
  * 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 */
 #define        N_ECOMM         0xe4    /* end common */
 #define        N_ECOML         0xe8    /* end common (local name) */
 #define        N_LENG          0xfe    /* length of preceding entry */
+
+#endif /* _STAB_H_ */