1 10/31/90 AM83 Multics PL/I Reference Manual
2 Errata Information for MR12.4
3
4
5 pg 7-37: in the "'optionsconstant' Attribute" section add the |
6 following paragraphs to the end of the page. |
7 |
8 Variables with the attribute 'optionsconstant' may |
9 replace literal constants in label arrays, and in |
10 declare statements scale precision initial values |
11 length and bounds only. |
12 |
13 The pl1 compiler will sometimes optimize constant |
14 references so that direct immediate operands are |
15 referenced, as opposed to their text section |
16 equivalents. |
17
18
19 pg 8-33: for the "String Constant Literals" section, change the
20 first sentence of rule number 3 to
21
22 3. A replication factor is a parenthesized integer literal
23 or named constant whose value is greater than zero.
24
25
26 pg 15-9: in the "File Descriptions" diagram, replace "string |
27 value" with "stringvalue". |