Fix missing type declaration for main

This commit is contained in:
Martin Kroeker 2023-08-25 18:07:47 +02:00 committed by GitHub
parent d69f57c8c2
commit 7f7d3896dd
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 = "