diff options
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r-- | gdb/d-lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h index ecf194d..8a94447 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.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/>. */ -#if !defined (D_LANG_H) -#define D_LANG_H 1 +#ifndef GDB_D_LANG_H +#define GDB_D_LANG_H #include "symtab.h" @@ -84,4 +84,4 @@ extern void d_value_print_inner (struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options); -#endif /* !defined (D_LANG_H) */ +#endif /* GDB_D_LANG_H */ |