diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-21 19:34:47 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-21 19:34:47 +0200 |
commit | a2952398e5de8746a761a59686619d08d376bce3 (patch) | |
tree | df2373bb1119468873c667624769455c36dc3786 /ddb/stab.h | |
parent | ba1b3afd50913473f3036a63b4a82d7ba5c42009 (diff) | |
parent | 92e98a7f4d4fa75b286a067e1d1caef514fccb0d (diff) |
Merge branch 'master' into master-gdb_stubs
Diffstat (limited to 'ddb/stab.h')
-rw-r--r-- | ddb/stab.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,8 @@ * @(#)stab.h 5.2 (Berkeley) 4/4/91 */ +#ifndef _DDB_STAB_H_ +#define _DDB_STAB_H_ /* * The following are symbols used by various debuggers and by the Pascal @@ -67,3 +69,5 @@ #define N_ECOMM 0xe4 /* end common */ #define N_ECOML 0xe8 /* end common (local name) */ #define N_LENG 0xfe /* length of preceding entry */ + +#endif /* _DDB_STAB_H_ */ |