Language and Scoping Defaults |
Normally, Sun WorkShop distinguishes between upper- and lower-case characters when reading variable and function names. You can turn off the case sensitivity so that all characters are read as lower-case. The default is case sensitive, except for Fortran, which is case insensitive for enhanced performance.
To turn off case sensitivity:
Sun WorkShop detects when you load a Fortran module; it switches the setting automatically to case insensitive (with the exception that MAIN()must always be uppercase). However, if during a session you change the default from the Debugging Options dialog box, Sun WorkShop does not override that setting when loading a Fortran module. Also, if the Fortran program was compiled using the -u option (case sensitive), the default becomes case sensitive.
Note - This option is equivalent to the dbx input_case_sensitive Environment Variable.