diff options
Diffstat (limited to 'gdb/guile/guile.h')
-rw-r--r-- | gdb/guile/guile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/guile/guile.h b/gdb/guile/guile.h index 55544ab..a1d9b24 100644 --- a/gdb/guile/guile.h +++ b/gdb/guile/guile.h @@ -17,8 +17,8 @@ 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 GDB_GUILE_H -#define GDB_GUILE_H +#ifndef GUILE_GUILE_H +#define GUILE_GUILE_H #include "extension.h" @@ -28,4 +28,4 @@ extern const struct extension_language_defn extension_language_guile; /* Command element for the 'guile' command. */ extern cmd_list_element *guile_cmd_element; -#endif /* GDB_GUILE_H */ +#endif /* GUILE_GUILE_H */ |