Skip to content
  • Raymond Toy's avatar
    The function database needs the relaxed declarations, if any. · 06a85980
    Raymond Toy authored
    Previously, the function definition would have the right declarations,
    but the database would not have the relaxed declarations.  This produces
    spurious warnings when converting functions that call the erroneously
    declared function.
    
    src/f2cl1.l:
    o Make MAKE-F2CL-FINFO automatically relax the array declarations if
      needed.
    
    src/f2cl5.l:
    o If we update the function arg types, we need to relax the array
      declarations, if needed.
    06a85980