HP 3000 Manuals

Ap C. Compiler Limits and Values [ HP Pascal/iX Reference Manual ] MPE/iX 5.0 Documentation


HP Pascal/iX Reference Manual

Appendix C  Compiler Limits and Values 

These compiler limits are maximum values that you cannot change:

Number of:                      Maximum Value 

Bits per structure              2147483600

Characters per identifier       132

Characters per source line      132

Characters per string           268435447

Elements per array              268435455

Elements per enumerated type    17367

Elements per set                2147483616

Nested IF options *             12

Nested INCLUDE options *        Operating system dependent

Nested PUSH options *           15

Nested TRY-RECOVER constructs   30

*    If a program contains one INCLUDE option, the number of nested
     INCLUDE options is one.  If the included file contains an INCLUDE
     option, the number of nested INCLUDE options is two, and so on.  The
     definitions of the number of nested IF options and the number of
     nested PUSH options are analogous.

The following values are implementation defined:

     minint 
     maxint 
     e 
     pi 



MPE/iX 5.0 Documentation