1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

* Renamed header macros to the SCM_<filename>_H format.

This commit is contained in:
Dirk Herrmann 2001-08-31 10:42:19 +00:00
parent 431e2ac105
commit 0527e68763
55 changed files with 470 additions and 416 deletions

View 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: