fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
F2381
                                             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.
                                    -♦-