◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── FORTRAN compilation error F2381 <commonblock> : NEAR/FAR/HUGE attribute mismatches default An attribute declared for the given common block was different from the attribute implicitly applied to the common block in an earlier subprogram. In medium-model programs, the NEAR attribute is used implicitly, unless the size of the common block requires the common block to be huge. In large-model programs, the FAR or HUGE attribute is used implicitly. -♦-