diff options
Diffstat (limited to 'gdb/dwarf2/frame-tailcall.h')
-rw-r--r-- | gdb/dwarf2/frame-tailcall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2/frame-tailcall.h b/gdb/dwarf2/frame-tailcall.h index 3f49487..558957e 100644 --- a/gdb/dwarf2/frame-tailcall.h +++ b/gdb/dwarf2/frame-tailcall.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 DWARF2_FRAME_TAILCALL_H -#define DWARF2_FRAME_TAILCALL_H 1 +#ifndef GDB_DWARF2_FRAME_TAILCALL_H +#define GDB_DWARF2_FRAME_TAILCALL_H class frame_info_ptr; struct frame_unwind; @@ -36,4 +36,4 @@ extern struct value * extern const struct frame_unwind dwarf2_tailcall_frame_unwind; -#endif /* !DWARF2_FRAME_TAILCALL_H */ +#endif /* GDB_DWARF2_FRAME_TAILCALL_H */ |