Merge pull request #4205 from martin-frbg/fixintmain

Fix missing type declaration for main() in converted LAPACK files
This commit is contained in:
Martin Kroeker 2023-08-26 08:38:38 +02:00 committed by GitHub
commit 3bb70b8ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ static integer c__3 = 3;
/* December 2016 */
/* ===================================================================== */
/* Main program */ main(void)
/* Main program */ int main(void)
{
/* Format strings */
static char fmt_9999[] = "(\002 *** Error: LSAME( \002,a1,\002, \002,"

View File

@ -422,7 +422,7 @@ static integer c__1000 = 1000;
/* ===================================================================== */
/* Main program */ main(void)
/* Main program */ int main(void)
{
/* Format strings */
static char fmt_9999[] = "(\002 Time for \002,g10.3,\002 SAXPY ops = "