diff options
Diffstat (limited to 'gdb/prologue-value.h')
-rw-r--r-- | gdb/prologue-value.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/prologue-value.h b/gdb/prologue-value.h index ea784f9..39235d5 100644 --- a/gdb/prologue-value.h +++ b/gdb/prologue-value.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 PROLOGUE_VALUE_H -#define PROLOGUE_VALUE_H +#ifndef GDB_PROLOGUE_VALUE_H +#define GDB_PROLOGUE_VALUE_H /* What sort of value is this? This determines the interpretation of subsequent fields. */ @@ -327,4 +327,4 @@ private: struct area_entry *m_entry; }; -#endif /* PROLOGUE_VALUE_H */ +#endif /* GDB_PROLOGUE_VALUE_H */ |