
  FUNCTION [XREF] clp$date_time_compare
    (    left_date_time: clt$date_time;
         right_date_time: clt$date_time): clt$comparison_result;

?? PUSH (LISTEXT := ON) ??
*copyc clt$comparison_result
*copyc clt$date_time
?? POP ??

