X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftarget-float.h;h=c809daafebd851e96e4ac3a8b5e9e88fcf14e8c8;hb=37055cada860277ee53b61bb8fd57293fdfa840b;hp=59c13aecf2ffd7c4df56c289b3d2765cf04bd894;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/target-float.h b/gdb/target-float.h index 59c13aecf2..c809daafeb 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 . */ -#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 */