
  {Internal declarations for the SIGNAL BUFFER}

  TYPE
    tmt$signal_buffer = record
      present: packed array [tmt$signal_buffers] of boolean,
      reserved: packed array [tmt$signal_buffers] of boolean,
      buffer: array [tmt$signal_buffers] of tmt$signal,
    recend;

*copyc TMT$SIGNAL
*copyc TMT$SIGNAL_BUFFERS
