The function database needs the relaxed declarations, if any.
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.
Please register or sign in to comment