Skip to content
  • rtoy's avatar
    src/f2cl0.l: · 2f03f573
    rtoy authored
    o Export dimag, dcmplx, zsqrt
    
    src/f2cl1.l:
    o Add dcmplx, dimag, and zsqrt to the list of intrinsic function
      names.
    o When parsing "implicit none" statements, we don't modify
      *IMPLICIT_VBLE_DECLS*. I don't think it's needed and it can cause
      errors later on because :none is not a Lisp type.
    
    src/f2cl5.l:
    o Tell GET-FUN-ARG-TYPE about the result type of dcmplx, dsqrt, the
      complex*8 and complex*16 special functions.
    o ABS is an allowed lisp name.  This gets rid of the spurious ABS$
      local variable whenever we use the ABS function.
    
    src/macros.l:
    o Add implementations of dcmplx, dimag, and zsqrt.  (We need to add
      more, I think.)
    2f03f573