
  PROCEDURE [INLINE] clp$find_scl_options
    (VAR scl_options: ^clt$scl_options);

?? PUSH (LISTEXT := ON) ??

    VAR
      ignore_object_in_current_task: boolean,
      object: ^clt$environment_object_contents;


    clp$find_environment_object (clc$eo_scl_options, object,
          ignore_object_in_current_task);

    scl_options := object;

  PROCEND clp$find_scl_options;

*copyc clt$scl_options
?? POP ??
*copyc clp$find_environment_object
