Language Options > Pascal tab

(Builder: Project > Language Options for Selected Files... > Pascal tab)

Pascal version (drop-down list)

ISO Level 0

Interprets Pascal code in compliance with the ISO Level 0 standard.

ISO Level 1

Interprets Pascal code in compliance with the ISO Level 1 standard.

Extended

Accepts all available Pascal extensions.

Big Set

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.

Case Sensitive

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.

Append score

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.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.