1 
 2 
 3      "BEGIN INCLUDE FILE system.incl.alm
 4 
 5           "Created 06/01/77  1735.3 edt Wed by convert_include_file,
 6           "   Version of 03/21/77  1355.7 edt Mon.
 7 
 8           "Made from >exl>include>system.incl.pl1,
 9           "   modified 06/01/77  1735.3 edt Wed
10 
11 
12           equ       max_p_flt_bin_1,27            "MANIFEST
13           equ       max_p_flt_bin_2,63            "MANIFEST
14           equ       max_p_fix_bin_1,35            "MANIFEST
15           equ       max_p_fix_bin_2,71            "MANIFEST
16           equ       max_p_dec,59                  "MANIFEST
17           equ       max_p_bin_or_dec,71           "MANIFEST
18           equ       min_scale,-128                "MANIFEST
19           equ       max_scale,+127                "MANIFEST
20           equ       max_bit_string,9437184        "MANIFEST
21           equ       max_char_string,1048576       "MANIFEST
22           equ       max_area_size,262144          "MANIFEST
23           equ       min_area_size,28              "MANIFEST
24           equ       max_bit_string_constant,253   "MANIFEST
25           equ       max_char_string_constant,254  "MANIFEST
26           equ       max_identifier_length,256     "MANIFEST
27           equ       max_length_precision,24       "MANIFEST
28           equ       max_offset_precision,24       "MANIFEST
29           equ       max_words_per_variable,262144 "MANIFEST
30           equ       bits_per_word,36              "MANIFEST
31           equ       bits_per_double,72            "MANIFEST
32           equ       characters_per_half,2         "MANIFEST
33           equ       characters_per_word,4         "MANIFEST
34           equ       characters_per_double,8       "MANIFEST
35           equ       bits_per_character,9          "MANIFEST
36           equ       bits_per_half,18              "MANIFEST
37           equ       bits_per_decimal_digit,9      "MANIFEST
38           equ       bits_per_binary_exponent,8    "MANIFEST
39           equ       bits_per_packed_ptr,36        "MANIFEST
40           equ       words_per_fix_bin_1,1         "MANIFEST
41           equ       words_per_fix_bin_2,2         "MANIFEST
42           equ       words_per_flt_bin_1,1         "MANIFEST
43           equ       words_per_flt_bin_2,2         "MANIFEST
44           equ       words_per_varying_string_header,1 "MANIFEST
45           equ       words_per_offset,1            "MANIFEST
46           equ       words_per_pointer,2           "MANIFEST
47           equ       words_per_label_var,4         "MANIFEST
48           equ       words_per_entry_var,4         "MANIFEST
49           equ       words_per_file_var,4          "MANIFEST
50           equ       words_per_format,4            "MANIFEST
51           equ       words_per_condition_var,6     "MANIFEST
52           equ       max_index_register_value,262143 "MANIFEST
53           equ       default_area_size,1024        "MANIFEST
54           equ       default_flt_bin_p,27          "MANIFEST
55           equ       default_fix_bin_p,17          "MANIFEST
56           equ       default_flt_dec_p,10          "MANIFEST
57           equ       default_fix_dec_p,7           "MANIFEST
58 
59      "END INCLUDE FILE system.incl.alm