(Builder: Project > Language Options for Selected Files... > Pascal tab)
Interprets Pascal code in compliance with the ISO Level 0 standard.
Interprets Pascal code in compliance with the ISO Level 1 standard.
Accepts all available Pascal extensions.
Allocates all sets in the range 0..255. Otherwise, sets are allocated in the range 0..31 for efficiency. ISO Level 0 and Level 1 Pascal default to Big Set, but Extended Pascal does not.
Specifies that Pascal is case sensitive. Extended Pascal defaults to case sensitive and ISO Level 0 and Level 1 Pascal does not. Equivalent to the -X59 command line option.
Appends an underscore to the names of all functions and procedures. This prevents conflict with C routines that have the same name. However, this results in unresolved symbols because the Green Hills Pascal library does not expect to have this option set.