Skip to content
  • rtoy's avatar
    src/f2cl1.l: · aad4f000
    rtoy authored
    o Need to know the actual type when making a compatible sequence.
    o Convert plain integer type to integer4 types, which is what Fortran
      would do.  We don't want general Lisp integer type.
    
    src/macros.l:
    o Change MAKE-COMPATIBLE-SEQ to be a macro.
    o Need to know the actual array type to create the correct type of
      sequence.
    aad4f000