=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for fep-1.0nb3 cd /Users/pbulk/build/misc/fep/work && for i in *.[ch]; do /opt/pkg/bin/nbsed "s,#endif lint,#endif /* lint */,g" ${i} > ${i}.new && /bin/mv -f ${i}.new ${i}; done --- fep_main.o --- --- fep_edit.o --- --- fep_hist.o --- --- fep_main.o --- clang -pipe -Os -Wno-error=return-type -I/opt/pkg/include/ncurses -DTERMIOS -DHAVE_PTMX -I/opt/pkg/include/ncurses -c fep_main.c --- fep_edit.o --- clang -pipe -Os -Wno-error=return-type -I/opt/pkg/include/ncurses -DTERMIOS -DHAVE_PTMX -I/opt/pkg/include/ncurses -c fep_edit.c --- fep_hist.o --- clang -pipe -Os -Wno-error=return-type -I/opt/pkg/include/ncurses -DTERMIOS -DHAVE_PTMX -I/opt/pkg/include/ncurses -c fep_hist.c fep_hist.c:12:10: fatal error: 're_comp.h' file not found #include <re_comp.h> ^~~~~~~~~~~ --- fep_main.o --- fep_main.c:122:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc, argv) ^ int fep_main.c:128:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *getenv(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:147:7: note: conflicting prototype is here char *getenv(const char *); ^ --- fep_hist.o --- 1 error generated. --- fep_main.o --- fep_main.c:141:5: warning: call to undeclared function 'init_bind_table'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] init_bind_table (); ^ fep_main.c:146:5: warning: call to undeclared function 'set_default_vars'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_default_vars (); ^ fep_main.c:153:37: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((cp=getenv("EDITMODE")) && (eq(cp,"emacs")||eq(cp,"vi"))) ^ ./fep_defs.h:26:19: note: expanded from macro 'eq' #define eq(a,b) (strcmp(a,b) == 0) ^ fep_main.c:153:37: note: include the header <string.h> or explicitly provide a declaration for 'strcmp' ./fep_defs.h:26:19: note: expanded from macro 'eq' #define eq(a,b) (strcmp(a,b) == 0) ^ fep_main.c:154:2: warning: call to undeclared function 'set_only_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_only_var ("editmode", cp); ^ fep_main.c:156:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp=getenv("USER")) ~~^~~~~~~~~~~~~~~ fep_main.c:156:11: note: place parentheses around the assignment to silence this warning if (cp=getenv("USER")) ^ ( ) fep_main.c:156:11: note: use '==' to turn this assignment into an equality comparison if (cp=getenv("USER")) ^ == fep_main.c:159:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp=getenv("HOME")) ~~^~~~~~~~~~~~~~~ fep_main.c:159:11: note: place parentheses around the assignment to silence this warning if (cp=getenv("HOME")) ^ ( ) fep_main.c:159:11: note: use '==' to turn this assignment into an equality comparison if (cp=getenv("HOME")) ^ == fep_main.c:162:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp=getenv("TERM")) ~~^~~~~~~~~~~~~~~ fep_main.c:162:11: note: place parentheses around the assignment to silence this warning if (cp=getenv("TERM")) ^ ( ) fep_main.c:162:11: note: use '==' to turn this assignment into an equality comparison if (cp=getenv("TERM")) ^ == fep_main.c:165:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (cp=getenv("SHELL")) ~~^~~~~~~~~~~~~~~~ fep_main.c:165:11: note: place parentheses around the assignment to silence this warning if (cp=getenv("SHELL")) ^ ( ) fep_main.c:165:11: note: use '==' to turn this assignment into an equality comparison if (cp=getenv("SHELL")) ^ == fep_main.c:194:4: warning: call to undeclared function 'usageAndExit'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usageAndExit (); ^ fep_main.c:207:4: warning: call to undeclared function 'usageAndExit'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usageAndExit (); ^ fep_main.c:208:34: warning: passing arguments to 'allocAndCopyThere' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prompt = allocAndCopyThere (argv[1]); ^ fep_main.c:211:34: warning: passing arguments to 'allocAndCopyThere' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prompt = allocAndCopyThere (argv[1] + 2); ^ fep_main.c:231:2: warning: call to undeclared function 'usageAndExit'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] usageAndExit (); ^ fep_main.c:234:5: warning: call to undeclared function 'look_cmdinfo'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] look_cmdinfo (argv[1]); ^ fep_main.c:242:6: warning: call to undeclared function 'any'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (any ('/', cp)) ^ fep_main.c:244:2: warning: call to undeclared function 'set_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_var (cp, "1"); ^ fep_main.c:250:11: warning: call to undeclared function 'isatty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (! isatty (0)) { ^ fep_main.c:251:2: warning: call to undeclared function 'execvp'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execvp (*commandv, commandv, 0); ^ --- fep_hist.o --- *** [fep_hist.o] Error code 1 bmake: stopped in /Users/pbulk/build/misc/fep/work --- fep_main.o --- fep_main.c:256:5: warning: call to undeclared function 'get_pty_master'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] get_pty_master (); ^ fep_main.c:257:5: warning: call to undeclared function 'fix_tty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] fix_tty (); ^ fep_main.c:266:5: warning: call to undeclared function 'init_hist'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] init_hist (histlen); ^ fep_main.c:267:5: warning: call to undeclared function 'init_edit_params'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] init_edit_params (); ^ fep_main.c:275:29: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((size = atoi (look_var ("buffer"))) <= 0) ^ fep_main.c:277:7: warning: call to undeclared function 'set_buffer'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!set_buffer (output_buffer, size)) { ^ fep_main.c:279:6: warning: call to undeclared function 'kill_process'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] kill_process (); ^ fep_main.c:285:14: warning: call to undeclared function 'fork'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] child_pid = fork (); ^ fep_main.c:288:6: warning: call to undeclared function 'kill_process'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] kill_process (); ^ fep_main.c:292:6: warning: call to undeclared function 'exec_to_command'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exec_to_command (commandv); ^ fep_main.c:294:5: warning: call to undeclared function 'fix_signal'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] fix_signal (); ^ fep_main.c:296:5: warning: call to undeclared function 'input_handler'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] input_handler (); ^ fep_main.c:122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ --- fep_edit.o --- fep_edit.c:113:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] init_bind_table () ^ int fep_edit.c:122:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ fep_edit.c:129:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] init_edit_params () ^ int fep_edit.c:132:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *cp, *getenv(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:147:7: note: conflicting prototype is here char *getenv(const char *); ^ fep_edit.c:135:25: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (term = look_var ("term")) { ^ fep_edit.c:135:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (term = look_var ("term")) { ~~~~~^~~~~~~~~~~~~~~~~~~ fep_edit.c:135:14: note: place parentheses around the assignment to silence this warning if (term = look_var ("term")) { ^ ( ) fep_edit.c:135:14: note: use '==' to turn this assignment into an equality comparison if (term = look_var ("term")) { ^ == fep_edit.c:136:6: warning: call to undeclared function 'tgetent'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (tgetent (sbuf, term) == 1) { ^ fep_edit.c:138:11: warning: call to undeclared function 'tgetnum'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] lines = tgetnum ("li"); ^ fep_edit.c:141:27: warning: passing arguments to 'tgetstr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] term_clear = tgetstr ("cl", &strspace_addr); ^ --- fep_main.o --- fep_main.c:299:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] fix_signal () ^ int --- fep_edit.o --- fep_edit.c:151:5: warning: call to undeclared function 'set_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_var ("crt", sbuf); ^ fep_edit.c:154:15: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("editmode")) ^ fep_edit.c:155:36: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_var ("editmode", look_var ("editmode")); ^ fep_edit.c:160:26: warning: call to undeclared function 'itoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_var ("showhist", itoa (lines - 1)); ^ fep_edit.c:165:5: warning: call to undeclared function 'sourceRcFile'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sourceRcFile (); ^ fep_edit.c:173:15: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("savehist") && (cp = look_var ("history-file"))) { ^ fep_edit.c:173:46: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("savehist") && (cp = look_var ("history-file"))) { ^ fep_edit.c:174:28: warning: passing arguments to 'mk_home_relative' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cp = mk_home_relative (cp); ^ fep_edit.c:177:3: warning: call to undeclared function 'read_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] read_history (cp); ^ fep_edit.c:190:12: warning: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) strcpy (CommandLine, ""); ^ fep_edit.c:190:12: note: include the header <string.h> or explicitly provide a declaration for 'strcpy' --- fep_main.o --- fep_main.c:311:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:193:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ --- fep_main.o --- fep_main.c:313:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] recover_signal () ^ int fep_main.c:319:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_main.c:321:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] input_handler() ^ int fep_main.c:332:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (inputline = get_line ()) { ~~~~~~~~~~^~~~~~~~~~~~~ fep_main.c:332:22: note: place parentheses around the assignment to silence this warning while (inputline = get_line ()) { ^ ( ) fep_main.c:332:22: note: use '==' to turn this assignment into an equality comparison while (inputline = get_line ()) { ^ == fep_main.c:339:28: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] register int nbyte = max (strlen (inputline), 1); ^ fep_main.c:339:28: note: include the header <string.h> or explicitly provide a declaration for 'strlen' fep_main.c:344:2: warning: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] write (master, inputline, nbyte); ^ fep_main.c:363:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:198:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] initEmacsBindings (cft, aft) ^ int --- fep_main.o --- fep_main.c:406:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] getcharacter() ^ int --- fep_edit.o --- fep_edit.c:261:2: warning: call to undeclared function 'bind_key'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bind_key (cft, ftp->bt_func, ftp->bt_s, fep_abort); ^ fep_edit.c:198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] initEmacsBindings (cft, aft) ^ --- fep_main.o --- fep_main.c:445:10: warning: call to undeclared function 'buf_read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] nbyte = buf_read (master, output_buffer); ^ fep_main.c:451:6: warning: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] write (1, output_buffer->b_lastbuf, nbyte); ^ --- fep_edit.o --- fep_edit.c:263:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_edit.c:278:5: warning: call to undeclared function 'resetCurrentHistory'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] resetCurrentHistory (); ^ --- fep_main.o --- fep_main.c:524:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int set_buffer (bp, size) ^ --- fep_edit.o --- fep_edit.c:297:2: warning: call to undeclared function 'swallow_output'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] swallow_output(); ^ --- fep_main.o --- fep_main.c:565:13: warning: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] nbyte = read (fd, bp->b_buf + bp->b_next, bp->b_max - bp->b_next); ^ --- fep_edit.o --- fep_edit.c:305:19: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("verbose")) ^ fep_edit.c:307:6: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ --- fep_main.o --- fep_main.c:551:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int buf_read (fd, bp) ^ --- fep_edit.o --- fep_edit.c:318:17: warning: call to undeclared function 'getcharacter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] while ((c = getcharacter ()) >= (CHAR) 0) { ^ --- fep_main.o --- fep_main.c:591:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] buf_put (bp, s) ^ int fep_main.c:603:2: warning: call to undeclared library function 'strncpy' with type 'char *(char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] strncpy (bp->b_buf + bp->b_next, s, slen); ^ fep_main.c:603:2: note: include the header <string.h> or explicitly provide a declaration for 'strncpy' fep_main.c:591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] buf_put (bp, s) ^ --- fep_edit.o --- fep_edit.c:349:20: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] && ! look_var ("ignore-eof") ^ --- fep_main.o --- fep_main.c:616:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:352:35: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!eof_occured && look_var ("alarm-on-eof")) { ^ fep_edit.c:354:12: warning: call to undeclared function 'alarm_on_eof'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = alarm_on_eof (c); ^ fep_edit.c:357:21: warning: passing arguments to 'send_eof' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = send_eof (c); ^ fep_edit.c:361:15: warning: call to undeclared function 'callfunc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = callfunc (curFuncTab, c); ^ --- fep_main.o --- fep_main.c:618:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] swallow_output() ^ int --- fep_edit.o --- fep_edit.c:377:9: warning: call to undeclared function 'refer_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (refer_history () == PROCESSED) ^ fep_edit.c:383:33: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!processed && !look_var ("noalias") ^ fep_edit.c:384:36: warning: passing arguments to 'check_alias' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] && (execute_command = check_alias (CommandLine)) ^ fep_edit.c:386:15: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("verbose")) ^ --- fep_main.o --- fep_main.c:632:6: warning: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] write (1, output_buffer->b_lastbuf, nbyte); ^ fep_main.c:652:5: warning: non-void function 'swallow_output' should return a value [-Wreturn-type] return; ^ --- fep_edit.o --- fep_edit.c:396:9: warning: call to undeclared function 'executeBuiltInFunction'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (executeBuiltInFunction (execute_command, &remained) == PROCESSED) { ^ fep_edit.c:398:6: warning: call to undeclared function 'addHistory'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] addHistory (CommandLine); ^ fep_edit.c:412:7: warning: call to undeclared function 'is_empty_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!is_empty_line (CommandLine) || !look_var ("ignore-empty-line")) ^ fep_edit.c:412:48: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!is_empty_line (CommandLine) || !look_var ("ignore-empty-line")) ^ --- fep_main.o --- fep_main.c:661:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] catchsig(n) ^ --- fep_edit.o --- fep_edit.c:414:3: warning: call to undeclared function 'addHistory'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] addHistory (CommandLine); ^ fep_edit.c:418:2: warning: call to undeclared function 'buf_put'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] buf_put (output_buffer, CommandLine); ^ fep_edit.c:424:9: warning: call to undeclared library function 'strcat' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) strcat (execute_command, "\n"); ^ fep_edit.c:424:9: note: include the header <string.h> or explicitly provide a declaration for 'strcat' --- fep_main.o --- fep_main.c:671:6: warning: call to undeclared function 'message'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] message ("Child has stopped!!\n"); ^ fep_main.c:679:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] exec_to_command(argv) ^ int fep_main.c:690:9: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) close (t); ^ fep_main.c:693:5: warning: call to undeclared function 'get_pty_slave'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] get_pty_slave (); ^ fep_main.c:695:12: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) close (master); ^ fep_main.c:696:5: warning: call to undeclared function 'dup2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] dup2 (slave, 0); ^ fep_main.c:706:5: warning: call to undeclared function 'execvp'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execvp (*argv, argv, 0); ^ fep_main.c:679:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exec_to_command(argv) ^ fep_main.c:712:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] fix_tty() ^ int --- fep_edit.o --- fep_edit.c:434:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] callfunc (ft, c) ^ int --- fep_main.o --- fep_main.c:728:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:443:14: warning: call to undeclared function 'getcharacter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] nc = (CHAR) getcharacter(); ^ fep_edit.c:447:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return ((*ft[(int) c]) (c)); ^ fep_edit.c:434:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] callfunc (ft, c) ^ --- fep_main.o --- fep_main.c:771:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] kill_process() ^ int fep_main.c:776:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_main.c:779:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] terminate(n) ^ fep_main.c:791:15: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("savehist") && (cp = look_var ("history-file"))) { ^ fep_main.c:791:46: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("savehist") && (cp = look_var ("history-file"))) { ^ fep_main.c:793:12: warning: call to undeclared function 'lookd_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] num = lookd_var ("savehist"); ^ fep_main.c:794:6: warning: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] strcpy (buf, mk_home_relative (cp)); ^ fep_main.c:794:6: note: include the header <string.h> or explicitly provide a declaration for 'strcpy' fep_main.c:794:36: warning: passing arguments to 'mk_home_relative' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strcpy (buf, mk_home_relative (cp)); ^ fep_main.c:795:6: warning: call to undeclared function 'save_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] save_history (buf, num); ^ fep_main.c:821:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] get_pty_master() ^ int fep_main.c:829:2: warning: non-void function 'get_pty_master' should return a value [-Wreturn-type] return; ^ --- fep_edit.o --- fep_edit.c:453:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] fep_abort() ^ int fep_edit.c:455:12: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) errorBell (); ^ fep_edit.c:462:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] self_insert(c) ^ int fep_edit.c:470:19: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] currentNull = strlen (CommandLine); ^ fep_edit.c:470:19: note: include the header <string.h> or explicitly provide a declaration for 'strlen' fep_edit.c:473:9: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell(); ^ fep_edit.c:488:2: warning: call to undeclared function 'putChar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] putChar (c); ^ fep_edit.c:489:5: warning: call to undeclared function 'reverse_strcpy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] reverse_strcpy ( ^ --- fep_main.o --- fep_main.c:927:5: warning: non-void function 'get_pty_master' should return a value [-Wreturn-type] return; ^ --- fep_edit.o --- fep_edit.c:500:5: warning: call to undeclared function 'printS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] printS (&CommandLine [CurrentPosition]); ^ fep_edit.c:503:2: warning: call to undeclared function 'repeat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (BS, howlong (&CommandLine[CurrentPosition + 1], 0)); ^ fep_edit.c:503:14: warning: call to undeclared function 'howlong'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (BS, howlong (&CommandLine[CurrentPosition + 1], 0)); ^ fep_edit.c:462:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] self_insert(c) ^ In file included from fep_edit.c:33: ./fep_funcs.h:50:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int self_insert(); ^ --- fep_main.o --- fep_main.c:930:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] get_pty_slave() ^ int fep_main.c:938:9: warning: call to undeclared function 'setsid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (setsid() == -1) ^ fep_main.c:971:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:512:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] insert_string (s) ^ int --- fep_main.o --- fep_main.c:973:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] --- fep_edit.o --- fep_edit.c:520:9: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] --- fep_main.o --- recover_tty() ^ int --- fep_edit.o --- errorBell(); ^ --- fep_main.o --- fep_main.c:982:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:526:5: warning: call to undeclared function 'printS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] printS (s); ^ fep_edit.c:527:5: warning: call to undeclared function 'reverse_strcpy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] reverse_strcpy ( ^ --- fep_main.o --- fep_main.c:984:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] suspend() ^ int --- fep_edit.o --- fep_edit.c:531:5: warning: call to undeclared function 'bcopy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bcopy (s, &CommandLine[CurrentPosition], nbyte); ^ fep_edit.c:536:2: warning: call to undeclared function 'repeat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (BS, howlong (&CommandLine[CurrentPosition], 0)); ^ fep_edit.c:536:14: warning: call to undeclared function 'howlong'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (BS, howlong (&CommandLine[CurrentPosition], 0)); ^ --- fep_main.o --- fep_main.c:990:11: warning: call to undeclared function 'getpid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] pid = getpid (); ^ --- fep_edit.o --- fep_edit.c:512:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insert_string (s) ^ fep_edit.c:544:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] yank_from_kill_buffer () ^ int fep_edit.c:547:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_main.o --- fep_main.c:1010:18: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("auto-repaint")) ^ fep_main.c:1011:13: warning: passing arguments to 'fep_repaint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fep_repaint(0); ^ --- fep_edit.o --- fep_edit.c:552:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] mark () ^ int fep_edit.c:554:5: warning: call to undeclared function 'set_mark'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_mark (CurrentPosition); ^ --- fep_main.o --- fep_main.c:1012:1: warning: non-void function does not return a value [-Wreturn-type] --- fep_edit.o --- fep_edit.c:561:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] --- fep_main.o --- } ^ --- fep_edit.o --- set_mark (pos) ^ int fep_edit.c:561:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fep_edit.c:571:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_to_kill_buffer () ^ int fep_edit.c:576:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell(); ^ --- fep_main.o --- fep_main.c:1014:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] look_cmdinfo (command) ^ int --- fep_edit.o --- fep_edit.c:581:2: warning: non-void function 'delete_to_kill_buffer' should return a value [-Wreturn-type] return; ^ fep_edit.c:584:9: warning: call to undeclared function 'moveto'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) moveto (MarkPosition); ^ --- fep_main.o --- fep_main.c:1021:2: warning: non-void function 'look_cmdinfo' should return a value [-Wreturn-type] --- fep_edit.o --- fep_edit.c:587:13: warning: call to undeclared function 'delete_next_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] --- fep_main.o --- return; ^ --- fep_edit.o --- return (delete_next_n_character (n)); ^ --- fep_main.o --- fep_main.c:1025:33: warning: passing arguments to 'allocAndCopyThere' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prompt = allocAndCopyThere (p->prompt); ^ fep_main.c:1026:6: warning: call to undeclared function 'set_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_var ("prompt", p->prompt); ^ fep_main.c:1014:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] look_cmdinfo (command) ^ fep_main.c:1031:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ --- fep_edit.o --- fep_edit.c:593:9: warning: parameter 'position' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] moveto (position) ^ fep_edit.c:593:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] moveto (position) ^ int fep_edit.c:597:13: warning: call to undeclared function 'backward_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) backward_n_character (1); ^ fep_edit.c:605:13: warning: call to undeclared function 'forward_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) forward_n_character (1); ^ fep_edit.c:593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] moveto (position) ^ --- fep_main.o --- fep_main.c:1034:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] usageAndExit() ^ int --- fep_edit.o --- fep_edit.c:606:1: warning: non-void function does not return a value [-Wreturn-type] } ^ --- fep_main.o --- fep_main.c:1052:2: warning: call to undeclared function 'set_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] set_var ("crt", itoa (win.ws_row)); ^ --- fep_edit.o --- fep_edit.c:611:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] --- fep_main.o --- fep_main.c:1052:18: warning: call to undeclared function 'itoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] --- fep_edit.o --- beginning_of_line() ^ int --- fep_main.o --- set_var ("crt", itoa (win.ws_row)); ^ --- fep_edit.o --- fep_edit.c:635:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] end_of_line() ^ int fep_edit.c:654:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] backward_character() ^ int fep_edit.c:657:13: warning: call to undeclared function 'backward_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (backward_n_character (1)); ^ fep_edit.c:663:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] backward_n_character(n) ^ int fep_edit.c:672:10: warning: call to undeclared function 'forward_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (forward_n_character (-n)); ^ fep_edit.c:674:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:663:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] backward_n_character(n) ^ fep_edit.c:699:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] backward_word () ^ int fep_edit.c:702:13: warning: call to undeclared function 'backward_n_word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (backward_n_word (1)); ^ fep_edit.c:708:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] backward_n_word (n) ^ int fep_edit.c:714:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:708:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] backward_n_word (n) ^ fep_edit.c:760:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] backward_Word () ^ int fep_edit.c:763:13: warning: call to undeclared function 'backward_n_Word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (backward_n_Word (1)); ^ fep_edit.c:769:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] backward_n_Word (n) ^ int fep_edit.c:775:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] backward_n_Word (n) ^ fep_edit.c:819:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_character() ^ int fep_edit.c:822:13: warning: call to undeclared function 'forward_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (forward_n_character (1)); ^ fep_edit.c:828:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_n_character(n) ^ int fep_edit.c:840:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:866:2: warning: call to undeclared function 'putChar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] putChar (CommandLine [i++]); ^ fep_edit.c:828:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] forward_n_character(n) ^ fep_edit.c:880:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_word () ^ int fep_edit.c:882:13: warning: call to undeclared function 'forward_n_word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (forward_n_word (1)); ^ fep_edit.c:888:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_n_word (n) ^ int fep_edit.c:894:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:888:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] forward_n_word (n) ^ fep_edit.c:914:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_Word () ^ int fep_edit.c:916:13: warning: call to undeclared function 'forward_n_Word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (forward_n_Word (1)); ^ fep_edit.c:922:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_n_Word (n) ^ int fep_edit.c:928:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:922:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] forward_n_Word (n) ^ fep_edit.c:948:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_to_end_of_word () ^ int fep_edit.c:951:13: warning: call to undeclared function 'forward_to_end_of_n_word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (forward_to_end_of_n_word (1)); ^ fep_edit.c:957:27: warning: parameter 'n' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_to_end_of_n_word (n) ^ fep_edit.c:957:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_to_end_of_n_word (n) ^ int fep_edit.c:962:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:957:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] forward_to_end_of_n_word (n) ^ fep_edit.c:984:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_to_end_of_Word () ^ int fep_edit.c:987:13: warning: call to undeclared function 'forward_to_end_of_n_Word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (forward_to_end_of_n_Word (1)); ^ fep_edit.c:993:27: warning: parameter 'n' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_to_end_of_n_Word (n) ^ fep_edit.c:993:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] forward_to_end_of_n_Word (n) ^ int fep_edit.c:998:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:993:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] forward_to_end_of_n_Word (n) ^ fep_edit.c:1020:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_previous_character() ^ int fep_edit.c:1023:13: warning: call to undeclared function 'delete_previous_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (delete_previous_n_character (1)); ^ fep_edit.c:1029:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_previous_n_character(n) ^ int fep_edit.c:1036:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1050:18: warning: call to undeclared function 'howlong'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] deleteArea = howlong (&CommandLine[CurrentPosition - nbyte], nbyte); ^ fep_edit.c:1054:5: warning: call to undeclared function 'repeat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat(BS, deleteArea); ^ fep_edit.c:1060:2: warning: call to undeclared function 'putChar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] putChar (CommandLine[i]); ^ fep_edit.c:1029:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_previous_n_character(n) ^ fep_edit.c:1076:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_previous_word() ^ int fep_edit.c:1079:13: warning: call to undeclared function 'delete_previous_n_word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (delete_previous_n_word (1)); ^ fep_edit.c:1085:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_previous_n_word(n) ^ int fep_edit.c:1091:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell(); ^ fep_edit.c:1085:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_previous_n_word(n) ^ fep_edit.c:1137:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_previous_Word() ^ int fep_edit.c:1140:13: warning: call to undeclared function 'delete_previous_n_Word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (delete_previous_n_Word (1)); ^ fep_edit.c:1146:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_previous_n_Word(n) ^ int fep_edit.c:1152:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell(); ^ fep_edit.c:1146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_previous_n_Word(n) ^ fep_edit.c:1198:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_next_character () ^ int fep_edit.c:1201:13: warning: call to undeclared function 'delete_next_n_character'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (delete_next_n_character (1)); ^ fep_edit.c:1207:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_next_n_character (n) ^ int fep_edit.c:1214:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1233:18: warning: call to undeclared function 'howlong'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] deleteArea = howlong (&CommandLine[CurrentPosition], nbyte); ^ fep_edit.c:1241:2: warning: call to undeclared function 'putChar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] putChar (CommandLine[i]); ^ fep_edit.c:1244:5: warning: call to undeclared function 'repeat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat(SP, deleteArea); ^ fep_edit.c:1207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_next_n_character (n) ^ fep_edit.c:1257:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_next_word () ^ int fep_edit.c:1259:13: warning: call to undeclared function 'delete_next_n_word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (delete_next_n_word (1)); ^ fep_edit.c:1265:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_next_n_word (n) ^ int fep_edit.c:1271:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_next_n_word (n) ^ fep_edit.c:1291:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_next_Word () ^ int fep_edit.c:1293:13: warning: call to undeclared function 'delete_next_n_Word'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (delete_next_n_Word (1)); ^ fep_edit.c:1299:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_next_n_Word (n) ^ int fep_edit.c:1305:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1299:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_next_n_Word (n) ^ fep_edit.c:1325:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] delete_line() ^ int fep_edit.c:1330:11: warning: call to undeclared function 'howlong'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] len = howlong (CommandLine, 0); ^ fep_edit.c:1338:2: warning: call to undeclared function 'repeat_string'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat_string ("\b \b", len); ^ fep_edit.c:1348:2: warning: call to undeclared function 'repeat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (SP, len); ^ fep_edit.c:1360:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] kill_to_top_of_line() ^ int fep_edit.c:1371:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] kill_to_end_of_line() ^ int fep_edit.c:1397:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] insert_tab() ^ int fep_edit.c:1407:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] new_line() ^ int fep_edit.c:1421:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] is_tol() ^ int fep_edit.c:1429:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] is_eol() ^ int fep_edit.c:1437:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] refer_history() ^ int fep_edit.c:1445:30: warning: passing arguments to 'historyExtract' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (his = historyExtract (CommandLine)) { ^ fep_edit.c:1445:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (his = historyExtract (CommandLine)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fep_edit.c:1445:13: note: place parentheses around the assignment to silence this warning if (his = historyExtract (CommandLine)) { ^ ( ) fep_edit.c:1445:13: note: use '==' to turn this assignment into an equality comparison if (his = historyExtract (CommandLine)) { ^ == fep_edit.c:1456:5: warning: call to undeclared function 'print_com_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] print_com_line (); ^ fep_edit.c:1463:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] search_reverse () ^ int fep_edit.c:1465:13: warning: call to undeclared function 'search_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (search_history (REVERSE)); ^ fep_edit.c:1468:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] search_forward () ^ int fep_edit.c:1470:13: warning: call to undeclared function 'search_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (search_history (FORWARD)); ^ fep_edit.c:1473:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] search_history (direct) ^ int fep_edit.c:1485:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (his = (*func) (0)) { ^ fep_edit.c:1485:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (his = (*func) (0)) { ~~~~^~~~~~~~~~~~~ fep_edit.c:1485:13: note: place parentheses around the assignment to silence this warning if (his = (*func) (0)) { ^ ( ) fep_edit.c:1485:13: note: use '==' to turn this assignment into an equality comparison if (his = (*func) (0)) { ^ == fep_edit.c:1486:6: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (eq (his, CommandLine)) ^ ./fep_defs.h:26:19: note: expanded from macro 'eq' #define eq(a,b) (strcmp(a,b) == 0) ^ fep_edit.c:1486:6: note: include the header <string.h> or explicitly provide a declaration for 'strcmp' ./fep_defs.h:26:19: note: expanded from macro 'eq' #define eq(a,b) (strcmp(a,b) == 0) ^ fep_edit.c:1494:9: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) errorBell (); ^ fep_edit.c:1496:15: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (look_var ("verbose")) { ^ fep_edit.c:1499:25: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((cp = look_var ("search-string")) == NULL) ^ fep_edit.c:1501:13: warning: call to undeclared function 'clear_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) clear_edit_line (); ^ fep_edit.c:1503:13: warning: call to undeclared function 'recover_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) recover_edit_line (1); ^ fep_edit.c:1473:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] search_history (direct) ^ fep_edit.c:1514:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] insert_and_flush(c) ^ int fep_edit.c:1514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] In file included from fep_edit.c:33: ./fep_funcs.h:34:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int insert_and_flush(); ^ fep_edit.c:1525:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] send_eof() ^ int fep_edit.c:1544:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] alarm_on_eof () ^ int fep_edit.c:1547:5: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1548:12: warning: call to undeclared function 'clear_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) clear_edit_line (); ^ fep_edit.c:1550:12: warning: call to undeclared function 'recover_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) recover_edit_line (1); ^ fep_edit.c:1551:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_edit.c:1556:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] clear_screen() ^ int fep_edit.c:1560:9: warning: call to undeclared function 'clear_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) clear_edit_line (); ^ fep_edit.c:1562:9: warning: call to undeclared function 'recover_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) recover_edit_line (1); ^ fep_edit.c:1565:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1576:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] next_history() ^ int fep_edit.c:1578:13: warning: call to undeclared function 'serv_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (serv_history (HOP_REPLACE, HDIR_NEXT)); ^ fep_edit.c:1584:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] previous_history() ^ int fep_edit.c:1586:13: warning: call to undeclared function 'serv_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (serv_history (HOP_REPLACE, HDIR_PREV)); ^ fep_edit.c:1592:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] insert_current_history() ^ int fep_edit.c:1594:13: warning: call to undeclared function 'serv_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (serv_history (HOP_INSERT, HDIR_CURRENT)); ^ fep_edit.c:1600:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] insert_next_history() ^ int fep_edit.c:1602:13: warning: call to undeclared function 'serv_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (serv_history (HOP_INSERT, HDIR_NEXT)); ^ fep_edit.c:1608:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] insert_previous_history() ^ int fep_edit.c:1610:13: warning: call to undeclared function 'serv_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (serv_history (HOP_INSERT, HDIR_PREV)); ^ fep_edit.c:1616:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] serv_history(op, dir) ^ int fep_edit.c:1632:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1616:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] serv_history(op, dir) ^ fep_edit.c:1645:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] show_history() ^ int fep_edit.c:1648:12: warning: call to undeclared function 'clear_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) clear_edit_line (); ^ fep_edit.c:1649:5: warning: call to undeclared function 'hist_showHistory'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] hist_showHistory (lookd_var ("showhist")); ^ fep_edit.c:1649:23: warning: call to undeclared function 'lookd_var'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] hist_showHistory (lookd_var ("showhist")); ^ fep_edit.c:1650:12: warning: call to undeclared function 'recover_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) recover_edit_line (1); ^ fep_edit.c:1651:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_edit.c:1656:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] ignore() ^ int fep_edit.c:1664:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] literal_next() ^ int fep_edit.c:1667:26: warning: call to undeclared function 'getcharacter'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return (self_insert (getcharacter ())); ^ fep_edit.c:1673:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] reprint() ^ int fep_edit.c:1676:12: warning: call to undeclared function 'clear_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) clear_edit_line (); ^ fep_edit.c:1677:12: warning: call to undeclared function 'recover_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) recover_edit_line (1); ^ fep_edit.c:1684:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] print_com_line() ^ int fep_edit.c:1687:5: warning: call to undeclared function 'printS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] printS (CommandLine); ^ fep_edit.c:1689:2: warning: call to undeclared function 'repeat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (BS, howlong(&CommandLine[CurrentPosition + 1], 0)); ^ fep_edit.c:1689:14: warning: call to undeclared function 'howlong'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] repeat (BS, howlong(&CommandLine[CurrentPosition + 1], 0)); ^ fep_edit.c:1692:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_edit.c:1697:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] howlong(s, n) ^ int fep_edit.c:1697:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fep_edit.c:1718:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] repeat(c, n) ^ int fep_edit.c:1718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fep_edit.c:1724:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_edit.c:1729:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] repeat_string(s, n) ^ int fep_edit.c:1729:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fep_edit.c:1735:1: warning: non-void function does not return a value [-Wreturn-type] } ^ fep_edit.c:1740:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] expand_file_name () ^ int fep_edit.c:1762:9: warning: call to undeclared function 'any'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (any ('/', cp)) { ^ fep_edit.c:1770:27: warning: passing arguments to 'x_opendir' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((dirp = x_opendir (dir)) == NULL) { ^ fep_edit.c:1771:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1783:6: warning: call to undeclared function 'prefix'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (prefix (cp, dp->d_name)) { ^ fep_edit.c:1803:42: warning: passing arguments to 'look_var' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (*start_expand == '~' && look_var ("expand-tilde")) { ^ fep_edit.c:1807:16: warning: passing arguments to 'x_dirname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] p = x_dirname (buf); ^ fep_edit.c:1811:38: warning: passing arguments to 'x_dirname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) insert_string (x_dirname (buf)); ^ fep_edit.c:1820:3: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1835:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (i = 1; other = fileList [i]; i++) { ~~~~~~^~~~~~~~~~~~~~ fep_edit.c:1835:21: note: place parentheses around the assignment to silence this warning for (i = 1; other = fileList [i]; i++) { ^ ( ) fep_edit.c:1835:21: note: use '==' to turn this assignment into an equality comparison for (i = 1; other = fileList [i]; i++) { ^ == fep_edit.c:1860:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] list_file_name () ^ int fep_edit.c:1893:9: warning: call to undeclared function 'any'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (any ('/', cp)) { ^ fep_edit.c:1902:27: warning: passing arguments to 'x_opendir' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((dirp = x_opendir (dir)) == NULL) { ^ fep_edit.c:1903:2: warning: call to undeclared function 'errorBell'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] errorBell (); ^ fep_edit.c:1907:12: warning: call to undeclared function 'clear_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) clear_edit_line(); ^ fep_edit.c:1908:5: warning: call to undeclared function 'ls'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ls (dirp, cp); ^ fep_edit.c:1910:12: warning: call to undeclared function 'recover_edit_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) recover_edit_line (1); ^ fep_edit.c:1917:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] clear_edit_line () ^ int fep_edit.c:1921:2: warning: non-void function 'clear_edit_line' should return a value [-Wreturn-type] return; ^ fep_edit.c:1926:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ fep_edit.c:1928:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] recover_edit_line (put_prompt) ^ int fep_edit.c:1933:2: warning: non-void function 'recover_edit_line' should return a value [-Wreturn-type] return; ^ fep_edit.c:1936:2: warning: non-void function 'recover_edit_line' should return a value [-Wreturn-type] return; ^ fep_edit.c:1928:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] recover_edit_line (put_prompt) ^ fep_edit.c:1942:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ fep_edit.c:1949:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] ls (dirp, prefixstring) ^ int fep_edit.c:1976:6: warning: call to undeclared function 'prefix'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (prefix (prefixstring, dp->d_name)) { ^ fep_edit.c:2026:5: warning: non-void function 'ls' should return a value [-Wreturn-type] return; ^ fep_edit.c:1949:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ls (dirp, prefixstring) ^ fep_edit.c:2074:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] bind_key (ft, func, s, dfunc) ^ int fep_edit.c:2074:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] --- fep_main.o --- 97 warnings generated. --- fep_edit.o --- 278 warnings generated. 1 error bmake: stopped in /Users/pbulk/build/misc/fep/work *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/misc/fep *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/misc/fep