Skip to content

Commit 889aae8

Browse files
authored
bld/makdep.c: add a return type to main() (#11)
* Patch from cice5 to support oneapi 2025 compiler
1 parent 23aec5d commit 889aae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bld/makdep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static struct node *suffix_list; /* List of Fortran suffixes to look for */
5151
static void check (char *, struct node *, char *, int);
5252
static int already_found (char *, struct node *);
5353

54-
main (int argc, char **argv)
54+
int main (int argc, char **argv)
5555
{
5656
int lastdot; /* points to the last . in fname */
5757
int c; /* return from getopt */

0 commit comments

Comments
 (0)