diff options
Diffstat (limited to 'gdb/namespace.h')
-rw-r--r-- | gdb/namespace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/namespace.h b/gdb/namespace.h index 849eb84..ca949aa 100644 --- a/gdb/namespace.h +++ b/gdb/namespace.h @@ -16,8 +16,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 NAMESPACE_H -#define NAMESPACE_H +#ifndef GDB_NAMESPACE_H +#define GDB_NAMESPACE_H #include "gdbsupport/gdb_obstack.h" @@ -126,4 +126,4 @@ extern void add_using_directive (struct using_direct **using_directives, const unsigned int decl_line, struct obstack *obstack); -#endif /* NAMESPACE_H */ +#endif /* GDB_NAMESPACE_H */ |