Changes between Version 1 and Version 2 of Ticket #393, comment 4


Ignore:
Timestamp:
06/22/2026 12:05:33 AM (4 weeks ago)
Author:
Gary Dixon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #393, comment 4

    v1 v2  
    44
    55{{{
    6 declare   abs_data_ptr                  ptr;
    7 
    8 declare   1 abs_data                    aligned based (abs_data_ptr),
    9             2 version                   fixed bin,          /* Version = 1                                              */
    10             2 io_module_name            char (32) varying,  /* either "abs_io_" or "ec_input_"                          */
    11             ...
    12 declare   abs_data_ptr                  ptr;
    13 
    146declare   1 abs_data                    aligned based (abs_data_ptr),
    157            2 version                   fixed bin,          /* Version = 1                                              */