X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ff-lang.h;h=827785a0d1768e0351f08e53fc0f1a7b0bdb5432;hb=d66ff635bec25bf940cc6d173a92f7796f18b310;hp=45df770857a0f010180c018823cc8a650d508a0e;hpb=b3f11165aad39586cca0352ed5fe32b721699c76;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 45df770857..827785a0d1 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -37,19 +37,6 @@ extern void f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, /* Language-specific data structures */ -/* In F90 subrange expression, either bound could be empty, indicating that - its value is by default that of the corresponding bound of the array or - string. So we have four sorts of subrange in F90. This enumeration type - is to identify this. */ - -enum f90_range_type - { - BOTH_BOUND_DEFAULT, /* "(:)" */ - LOW_BOUND_DEFAULT, /* "(:high)" */ - HIGH_BOUND_DEFAULT, /* "(low:)" */ - NONE_BOUND_DEFAULT /* "(low:high)" */ - }; - /* A common block. */ struct common_block