Skip to content
  • rtoy's avatar
    o Take care if finfo is NIL (meaning no function info) when checking · 0d1c2c2b
    rtoy authored
      the types of the actual arguments and the declared types.  This was
      causing a compile error.
    o Fix bug when massaging the arglist.  We were doing only if finfo was
      known, but if not, then we ended up deleting the function call.
      Don't delete the function call to the unknown function!
    0d1c2c2b