Skip to content
  • Raymond Toy's avatar
    Handle array slicing a bit better with displaced arrays. · 52bbcd8e
    Raymond Toy authored
    f2cl5.l:
    o If the array we're slicing is one of the arrays listed in a
      WITH-MULTI-DATA-ARRAY, use the actual underlying array with the
      appropriate offset.
    
    macros.l:
    o Update ARRAY-SLICE macro to include an additional offset parameter to
      indicate what the, if any, the offset is for this array, if the array
      itself is a displaced (sliced) array.
    52bbcd8e