diff options
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r-- | gdb/nto-tdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index fe8caa1..5127ab3 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -19,8 +19,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 _NTO_TDEP_H -#define _NTO_TDEP_H +#ifndef NTO_TDEP_H +#define NTO_TDEP_H #include "solist.h" #include "osabi.h" @@ -191,4 +191,4 @@ LONGEST nto_read_auxv_from_initial_stack (CORE_ADDR inital_stack, struct nto_inferior_data *nto_inferior_data (struct inferior *inf); -#endif +#endif /* NTO_TDEP_H */ |