
  TYPE
    clt$string_pattern_build_option = 0 .. 7;

  CONST
    clc$sp_unused_build_option_0 = 0,
    clc$sp_unused_build_option_1 = 1,
    clc$sp_unused_build_option_2 = 2,
    clc$sp_unused_build_option_3 = 3,

    clc$sp_file_reference_pattern = 4,
    clc$sp_match_at_left = 5,
    clc$sp_match_at_right = 6,
    clc$sp_ignore_matched_substring = 7;

