diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index 4f97ab69f73..7d1d285bd94 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef P_LANG_H +#define P_LANG_H + /* This file is derived from c-lang.h */ struct value; @@ -80,3 +83,5 @@ extern void pascal_object_print_value_fields (struct type *, const gdb_byte *, extern int pascal_object_is_vtbl_ptr_type (struct type *); extern int pascal_object_is_vtbl_member (struct type *); + +#endif /* P_LANG_H */ |