diff options
Diffstat (limited to 'libguile/gdb_interface.h')
-rw-r--r-- | libguile/gdb_interface.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libguile/gdb_interface.h b/libguile/gdb_interface.h index ad3e3af5f..ad93b463e 100644 --- a/libguile/gdb_interface.h +++ b/libguile/gdb_interface.h @@ -1,3 +1,7 @@ +/* classes: h_files */ + +#ifndef GDB_INTERFACE_H +#define GDB_INTERFACE_H /* Simple interpreter interface for GDB, the GNU debugger. Copyright (C) 1996, 2000, 2001 Free Software Foundation @@ -44,9 +48,6 @@ If you do not wish that, delete this exception notice. The author can be reached at djurfeldt@nada.kth.se Mikael Djurfeldt, SANS/NADA KTH, 10044 STOCKHOLM, SWEDEN */ -#ifndef GDB_INTERFACE_H -#define GDB_INTERFACE_H - /* This is the header file for GDB's interpreter interface. The interpreter must supply definitions of all symbols declared in this file. @@ -169,7 +170,7 @@ extern int gdb_print (GDB_TYPE value); extern int gdb_binding (GDB_TYPE name, GDB_TYPE value); -#endif /* GDB_INTERFACE_H */ +#endif /* GDB_INTERFACE_H */ /* Local Variables: |