diff options
Diffstat (limited to 'gdb/target-float.h')
-rw-r--r-- | gdb/target-float.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/target-float.h b/gdb/target-float.h index 59c13ae..c809daa 100644 --- a/gdb/target-float.h +++ b/gdb/target-float.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 TYPED_FLOAT_H -#define TYPED_FLOAT_H +#ifndef TARGET_FLOAT_H +#define TARGET_FLOAT_H #include "expression.h" @@ -58,4 +58,4 @@ extern void target_float_binop (enum exp_opcode opcode, extern int target_float_compare (const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y); -#endif +#endif /* TARGET_FLOAT_H */ |