diff options
Diffstat (limited to 'gdb/varobj.h')
-rw-r--r-- | gdb/varobj.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/varobj.h b/gdb/varobj.h index 426c3b7..9d19f53 100644 --- a/gdb/varobj.h +++ b/gdb/varobj.h @@ -14,8 +14,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 VAROBJ_H -#define VAROBJ_H 1 +#ifndef GDB_VAROBJ_H +#define GDB_VAROBJ_H #include "symtab.h" #include "gdbtypes.h" @@ -355,4 +355,4 @@ extern void varobj_restrict_range (const std::vector<varobj *> &children, extern bool varobj_default_is_path_expr_parent (const struct varobj *var); -#endif /* VAROBJ_H */ +#endif /* GDB_VAROBJ_H */ |