diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-08-31 10:42:19 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-08-31 10:42:19 +0000 |
commit | 0527e6876338ba394366273351105d6622368da2 (patch) | |
tree | f6d116981eff65a8aea37cdcb350ff36aefca898 /libguile/gdb_interface.h | |
parent | 431e2ac105b350e920efa9cdfa39e3c07004064b (diff) | |
download | guile-0527e6876338ba394366273351105d6622368da2.tar.gz |
* Renamed header macros to the SCM_<filename>_H format.
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: |