diff options
Diffstat (limited to 'gdb/ax.h')
-rw-r--r-- | gdb/ax.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 AX_H -#define AX_H +#ifndef GDB_AX_H +#define GDB_AX_H /* It's sometimes useful to be able to debug programs that you can't really stop for more than a fraction of a second. To this end, the @@ -224,4 +224,4 @@ extern void ax_print (struct ui_file *f, struct agent_expr * EXPR); extern void ax_reqs (struct agent_expr *ax); -#endif /* AX_H */ +#endif /* GDB_AX_H */ |