diff options
Diffstat (limited to 'gdb/stack.h')
-rw-r--r-- | gdb/stack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/stack.h b/gdb/stack.h index e7242c7..e87ba32 100644 --- a/gdb/stack.h +++ b/gdb/stack.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 STACK_H -#define STACK_H +#ifndef GDB_STACK_H +#define GDB_STACK_H gdb::unique_xmalloc_ptr<char> find_frame_funname (const frame_info_ptr &frame, enum language *funlang, @@ -84,4 +84,4 @@ void frame_apply_all_cmd_completer (struct cmd_list_element *ignore, completion_tracker &tracker, const char *text, const char */*word*/); -#endif /* #ifndef STACK_H */ +#endif /* GDB_STACK_H */ |