Skip to content
  • rtoy's avatar
    To support multidimensional arrays in implied do loops better, we need · 639359d0
    rtoy authored
    to pass the entire array bounds, including upper and lower limits so
    that array indexing can work.
    
    f2cl5.l:
    o Find the entire array bounds.
    o Don't use make-declaration to get the array type.  Explicitly look
      through *explicit_vble_decls* to find the type.  (Are there other
      places we need to look?)
    
    macros.l:
    o Pass the entire list of array bounds to fref so we can handle
      multidimensional arrays.
    639359d0