* Renamed header macros to the SCM_<filename>_H format.
[bpt/guile.git] / libguile / gdb_interface.h
index ad3e3af..ad93b46 100644 (file)
@@ -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: