diff options
Diffstat (limited to 'gdb/macroscope.h')
-rw-r--r-- | gdb/macroscope.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/macroscope.h b/gdb/macroscope.h index 6a1f5f0..ce9ae33 100644 --- a/gdb/macroscope.h +++ b/gdb/macroscope.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 MACROSCOPE_H -#define MACROSCOPE_H +#ifndef GDB_MACROSCOPE_H +#define GDB_MACROSCOPE_H #include "macrotab.h" #include "symtab.h" @@ -61,4 +61,4 @@ gdb::unique_xmalloc_ptr<struct macro_scope> default_macro_scope (void); macro_definition *standard_macro_lookup (const char *name, const macro_scope &ms); -#endif /* MACROSCOPE_H */ +#endif /* GDB_MACROSCOPE_H */ |