/[no]intconstant

Syntax:

/intconstant or /nointconstant

The /intconstant option requests that Fortran 77 semantics (type determined by the value) be used to determine the kind of integer constants instead of Fortran 90 default INTEGER type. If you do not specify /intconstant, the type is determined by the default INTEGER type.

In the visual development environment, specify Use F77 Integer Constants in the Compatibility Compiler Option Category.