Changes between Version 1 and Version 2 of Ticket #360
- Timestamp:
- 04/19/2025 07:15:03 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #360 – Description
v1 v2 8 8 It would be nice if this program's code argument declaration was changed to correct this problem. 9 9 10 Meanwhile, programs declaring these entrypoints can manually change the declaration of the code argument to fixed bin(35). Storage for both fixed bin aligned and fixed bin(35) aligned values is the same size. 10 Meanwhile, programs declaring these entrypoints can manually change the declaration of the code argument to fixed bin(35). Storage for both fixed bin aligned and fixed bin(35) aligned values is the same size. This saves the programmer from having to declare an old_style_code variable to prevent the PL1 compiler from passing the normal code variable (fixed bin(35)) by value rather than by reference. 11
