=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/www/squirm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for squirm-1.0betaB gcc -O3 -DHAVE_STRING_H=1 -Dconst= -I. -I. -c regex.c regex.c:69:7: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch] 69 | char *malloc (); | ^~~~~~ regex.c:53:1: note: 'malloc' is declared in header '' 52 | #include +++ |+#include 53 | #ifndef bcmp regex.c:70:7: warning: conflicting types for built-in function 'realloc'; expected 'void *(void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 70 | char *realloc (); | ^~~~~~~ regex.c:70:7: note: 'realloc' is declared in header '' regex.c: In function 're_set_syntax': regex.c:808:1: warning: old-style function definition [-Wold-style-definition] 808 | re_set_syntax (syntax) | ^~~~~~~~~~~~~ regex.c: In function 'regex_compile': regex.c:1062:1: warning: old-style function definition [-Wold-style-definition] 1062 | regex_compile (pattern, size, syntax, bufp) | ^~~~~~~~~~~~~ regex.c:225:29: error: too many arguments to function 'malloc'; expected 0, have 1 225 | #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) | ^~~~~~ ~~~~~~~~~~~~~~~~ regex.c:1130:25: note: in expansion of macro 'TALLOC' 1130 | compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:226:46: error: too many arguments to function 'realloc'; expected 0, have 2 226 | #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) | ^~~~~~~ regex.c:1161:11: note: in expansion of macro 'RETALLOC' 1161 | RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:225:29: error: too many arguments to function 'malloc'; expected 0, have 1 225 | #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) | ^~~~~~ ~~~~~~~~~~~~~~~~ regex.c:1165:26: note: in expansion of macro 'TALLOC' 1165 | bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:1188:20: error: too many arguments to function 'at_begline_loc_p'; expected 0, have 3 1188 | || at_begline_loc_p (pattern, p, syntax)) | ^~~~~~~~~~~~~~~~ ~~~~~~~ regex.c:844:16: note: declared here 844 | static boolean at_begline_loc_p (), at_endline_loc_p (); | ^~~~~~~~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1189:15: note: in expansion of macro 'BUF_PUSH' 1189 | BUF_PUSH (begline); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:1203:20: error: too many arguments to function 'at_endline_loc_p'; expected 0, have 3 1203 | || at_endline_loc_p (p, pend, syntax)) | ^~~~~~~~~~~~~~~~ ~ regex.c:844:37: note: declared here 844 | static boolean at_begline_loc_p (), at_endline_loc_p (); | ^~~~~~~~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1204:16: note: in expansion of macro 'BUF_PUSH' 1204 | BUF_PUSH (endline); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1297:17: note: in expansion of macro 'GET_BUFFER_SPACE' 1297 | GET_BUFFER_SPACE (3); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:916:3: error: too many arguments to function 'store_op1'; expected 0, have 3 916 | store_op1 (op, loc, (to) - (loc) - 3) | ^~~~~~~~~ regex.c:1309:21: note: in expansion of macro 'STORE_JUMP' 1309 | STORE_JUMP (jump, b, laststart); | ^~~~~~~~~~ regex.c:842:13: note: declared here 842 | static void store_op1 (), store_op2 (); | ^~~~~~~~~ regex.c:916:3: error: too many arguments to function 'store_op1'; expected 0, have 3 916 | store_op1 (op, loc, (to) - (loc) - 3) | ^~~~~~~~~ regex.c:1314:19: note: in expansion of macro 'STORE_JUMP' 1314 | STORE_JUMP (maybe_pop_jump, b, laststart - 3); | ^~~~~~~~~~ regex.c:842:13: note: declared here 842 | static void store_op1 (), store_op2 (); | ^~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1322:13: note: in expansion of macro 'GET_BUFFER_SPACE' 1322 | GET_BUFFER_SPACE (3); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:924:3: error: too many arguments to function 'insert_op1'; expected 0, have 4 924 | insert_op1 (op, loc, (to) - (loc) - 3, b) | ^~~~~~~~~~ regex.c:1323:13: note: in expansion of macro 'INSERT_JUMP' 1323 | INSERT_JUMP (keep_string_p ? on_failure_keep_string_jump | ^~~~~~~~~~~ regex.c:843:13: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1336:17: note: in expansion of macro 'GET_BUFFER_SPACE' 1336 | GET_BUFFER_SPACE (3); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:924:3: error: too many arguments to function 'insert_op1'; expected 0, have 4 924 | insert_op1 (op, loc, (to) - (loc) - 3, b) | ^~~~~~~~~~ regex.c:1337:17: note: in expansion of macro 'INSERT_JUMP' 1337 | INSERT_JUMP (dummy_failure_jump, laststart, laststart + 6); | ^~~~~~~~~~~ regex.c:843:13: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1346:11: note: in expansion of macro 'BUF_PUSH' 1346 | BUF_PUSH (anychar); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1358:13: note: in expansion of macro 'GET_BUFFER_SPACE' 1358 | GET_BUFFER_SPACE (34); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1364:13: note: in expansion of macro 'BUF_PUSH' 1364 | BUF_PUSH (*p == '^' ? charset_not : charset); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1372:13: note: in expansion of macro 'BUF_PUSH' 1372 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:1420:25: error: too many arguments to function 'compile_range'; expected 0, have 5 1420 | = compile_range (&p, pend, translate, syntax, b); | ^~~~~~~~~~~~~ ~~ regex.c:846:22: note: declared here 846 | static reg_errcode_t compile_range (); | ^~~~~~~~~~~~~ regex.c:1431:27: error: too many arguments to function 'compile_range'; expected 0, have 5 1431 | ret = compile_range (&p, pend, translate, syntax, b); | ^~~~~~~~~~~~~ ~~ regex.c:846:22: note: declared here 846 | static reg_errcode_t compile_range (); | ^~~~~~~~~~~~~ regex.c:226:46: error: too many arguments to function 'realloc'; expected 0, have 2 226 | #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) | ^~~~~~~ regex.c:1584:19: note: in expansion of macro 'RETALLOC' 1584 | RETALLOC (compile_stack.stack, compile_stack.size << 1, | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:906:5: note: in expansion of macro 'GET_BUFFER_SPACE' 906 | GET_BUFFER_SPACE (3); \ | ^~~~~~~~~~~~~~~~ regex.c:1608:19: note: in expansion of macro 'BUF_PUSH_3' 1608 | BUF_PUSH_3 (start_memory, regnum, 0); | ^~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1638:19: note: in expansion of macro 'BUF_PUSH' 1638 | BUF_PUSH (push_dummy_failure); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:916:3: error: too many arguments to function 'store_op1'; expected 0, have 3 916 | store_op1 (op, loc, (to) - (loc) - 3) | ^~~~~~~~~ regex.c:1642:19: note: in expansion of macro 'STORE_JUMP' 1642 | STORE_JUMP (jump_past_alt, fixup_alt_jump, b - 1); | ^~~~~~~~~~ regex.c:842:13: note: declared here 842 | static void store_op1 (), store_op2 (); | ^~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:906:5: note: in expansion of macro 'GET_BUFFER_SPACE' 906 | GET_BUFFER_SPACE (3); \ | ^~~~~~~~~~~~~~~~ regex.c:1682:21: note: in expansion of macro 'BUF_PUSH_3' 1682 | BUF_PUSH_3 (stop_memory, this_group_regnum, | ^~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1698:15: note: in expansion of macro 'GET_BUFFER_SPACE' 1698 | GET_BUFFER_SPACE (3); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:924:3: error: too many arguments to function 'insert_op1'; expected 0, have 4 924 | insert_op1 (op, loc, (to) - (loc) - 3, b) | ^~~~~~~~~~ regex.c:1699:15: note: in expansion of macro 'INSERT_JUMP' 1699 | INSERT_JUMP (on_failure_jump, begalt, b + 6); | ^~~~~~~~~~~ regex.c:843:13: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:916:3: error: too many arguments to function 'store_op1'; expected 0, have 3 916 | store_op1 (op, loc, (to) - (loc) - 3) | ^~~~~~~~~ regex.c:1720:17: note: in expansion of macro 'STORE_JUMP' 1720 | STORE_JUMP (jump_past_alt, fixup_alt_jump, b); | ^~~~~~~~~~ regex.c:842:13: note: declared here 842 | static void store_op1 (), store_op2 (); | ^~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1726:15: note: in expansion of macro 'GET_BUFFER_SPACE' 1726 | GET_BUFFER_SPACE (3); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1813:22: note: in expansion of macro 'GET_BUFFER_SPACE' 1813 | GET_BUFFER_SPACE (3); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:924:3: error: too many arguments to function 'insert_op1'; expected 0, have 4 924 | insert_op1 (op, loc, (to) - (loc) - 3, b) | ^~~~~~~~~~ regex.c:1814:22: note: in expansion of macro 'INSERT_JUMP' 1814 | INSERT_JUMP (jump, laststart, b + 3); | ^~~~~~~~~~~ regex.c:843:13: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:1832:22: note: in expansion of macro 'GET_BUFFER_SPACE' 1832 | GET_BUFFER_SPACE (nbytes); | ^~~~~~~~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:928:3: error: too many arguments to function 'insert_op2'; expected 0, have 5 928 | insert_op2 (op, loc, (to) - (loc) - 3, arg, b) | ^~~~~~~~~~ regex.c:1839:22: note: in expansion of macro 'INSERT_JUMP2' 1839 | INSERT_JUMP2 (succeed_n, laststart, | ^~~~~~~~~~~~ regex.c:843:28: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:1848:22: error: too many arguments to function 'insert_op2'; expected 0, have 5 1848 | insert_op2 (set_number_at, laststart, 5, lower_bound, b); | ^~~~~~~~~~ ~~~~~~~~~~~~~ regex.c:843:28: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:920:3: error: too many arguments to function 'store_op2'; expected 0, have 4 920 | store_op2 (op, loc, (to) - (loc) - 3, arg) | ^~~~~~~~~ regex.c:1859:26: note: in expansion of macro 'STORE_JUMP2' 1859 | STORE_JUMP2 (jump_n, b, laststart + 5, | ^~~~~~~~~~~ regex.c:842:27: note: declared here 842 | static void store_op1 (), store_op2 (); | ^~~~~~~~~ regex.c:1877:26: error: too many arguments to function 'insert_op2'; expected 0, have 5 1877 | insert_op2 (set_number_at, laststart, b - laststart, | ^~~~~~~~~~ ~~~~~~~~~~~~~ regex.c:843:28: note: declared here 843 | static void insert_op1 (), insert_op2 (); | ^~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1926:15: note: in expansion of macro 'BUF_PUSH' 1926 | BUF_PUSH (wordchar); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1932:15: note: in expansion of macro 'BUF_PUSH' 1932 | BUF_PUSH (notwordchar); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1937:15: note: in expansion of macro 'BUF_PUSH' 1937 | BUF_PUSH (wordbeg); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1941:15: note: in expansion of macro 'BUF_PUSH' 1941 | BUF_PUSH (wordend); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1945:15: note: in expansion of macro 'BUF_PUSH' 1945 | BUF_PUSH (wordbound); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1949:15: note: in expansion of macro 'BUF_PUSH' 1949 | BUF_PUSH (notwordbound); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1953:15: note: in expansion of macro 'BUF_PUSH' 1953 | BUF_PUSH (begbuf); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:1957:15: note: in expansion of macro 'BUF_PUSH' 1957 | BUF_PUSH (endbuf); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:1971:19: error: too many arguments to function 'group_in_compile_stack'; expected 0, have 2 1971 | if (group_in_compile_stack (compile_stack, c1)) | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ regex.c:845:16: note: declared here 845 | static boolean group_in_compile_stack (); | ^~~~~~~~~~~~~~~~~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:897:5: note: in expansion of macro 'GET_BUFFER_SPACE' 897 | GET_BUFFER_SPACE (2); \ | ^~~~~~~~~~~~~~~~ regex.c:1975:15: note: in expansion of macro 'BUF_PUSH_2' 1975 | BUF_PUSH_2 (duplicate, c1); | ^~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:897:5: note: in expansion of macro 'GET_BUFFER_SPACE' 897 | GET_BUFFER_SPACE (2); \ | ^~~~~~~~~~~~~~~~ regex.c:2023:15: note: in expansion of macro 'BUF_PUSH_2' 2023 | BUF_PUSH_2 (exactn, 0); | ^~~~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:949:38: error: too many arguments to function 'realloc'; expected 0, have 2 949 | bufp->buffer = (unsigned char *) realloc (bufp->buffer, bufp->allocated);\ | ^~~~~~~ ~~~~~~~~~~~~ regex.c:884:7: note: in expansion of macro 'EXTEND_BUFFER' 884 | EXTEND_BUFFER () | ^~~~~~~~~~~~~ regex.c:889:5: note: in expansion of macro 'GET_BUFFER_SPACE' 889 | GET_BUFFER_SPACE (1); \ | ^~~~~~~~~~~~~~~~ regex.c:2027:11: note: in expansion of macro 'BUF_PUSH' 2027 | BUF_PUSH (c); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:916:3: error: too many arguments to function 'store_op1'; expected 0, have 3 916 | store_op1 (op, loc, (to) - (loc) - 3) | ^~~~~~~~~ regex.c:2037:5: note: in expansion of macro 'STORE_JUMP' 2037 | STORE_JUMP (jump_past_alt, fixup_alt_jump, b); | ^~~~~~~~~~ regex.c:842:13: note: declared here 842 | static void store_op1 (), store_op2 (); | ^~~~~~~~~ regex.c:2042:3: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 2042 | free (compile_stack.stack); | ^~~~ regex.c:2042:3: note: include '' or provide a declaration of 'free' regex.c:2042:3: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] regex.c:2042:3: note: include '' or provide a declaration of 'free' regex.c: In function 'store_op1': regex.c:2063:1: warning: old-style function definition [-Wold-style-definition] 2063 | store_op1 (op, loc, arg) | ^~~~~~~~~ regex.c: In function 'store_op2': regex.c:2076:1: warning: old-style function definition [-Wold-style-definition] 2076 | store_op2 (op, loc, arg1, arg2) | ^~~~~~~~~ regex.c: In function 'insert_op1': regex.c:2091:1: warning: old-style function definition [-Wold-style-definition] 2091 | insert_op1 (op, loc, arg, end) | ^~~~~~~~~~ regex.c:2103:3: error: too many arguments to function 'store_op1'; expected 0, have 3 2103 | store_op1 (op, loc, arg); | ^~~~~~~~~ ~~ regex.c:2063:1: note: declared here 2063 | store_op1 (op, loc, arg) | ^~~~~~~~~ regex.c: In function 'insert_op2': regex.c:2110:1: warning: old-style function definition [-Wold-style-definition] 2110 | insert_op2 (op, loc, arg1, arg2, end) | ^~~~~~~~~~ regex.c:2122:3: error: too many arguments to function 'store_op2'; expected 0, have 4 2122 | store_op2 (op, loc, arg1, arg2); | ^~~~~~~~~ ~~ regex.c:2076:1: note: declared here 2076 | store_op2 (op, loc, arg1, arg2) | ^~~~~~~~~ regex.c: In function 'at_begline_loc_p': regex.c:2131:1: warning: old-style function definition [-Wold-style-definition] 2131 | at_begline_loc_p (pattern, p, syntax) | ^~~~~~~~~~~~~~~~ regex.c: In function 'at_endline_loc_p': regex.c:2150:1: warning: old-style function definition [-Wold-style-definition] 2150 | at_endline_loc_p (p, pend, syntax) | ^~~~~~~~~~~~~~~~ regex.c: In function 'group_in_compile_stack': regex.c:2172:1: warning: old-style function definition [-Wold-style-definition] 2172 | group_in_compile_stack (compile_stack, regnum) | ^~~~~~~~~~~~~~~~~~~~~~ regex.c: In function 'compile_range': regex.c:2200:1: warning: old-style function definition [-Wold-style-definition] 2200 | compile_range (p_ptr, pend, translate, syntax, b) | ^~~~~~~~~~~~~ regex.c: In function 're_compile_fastmap': regex.c:2532:1: warning: old-style function definition [-Wold-style-definition] 2532 | re_compile_fastmap (bufp) | ^~~~~~~~~~~~~~~~~~ regex.c:2784:11: error: implicit declaration of function 'abort' [-Wimplicit-function-declaration] 2784 | abort (); /* We have listed all the cases. */ | ^~~~~ regex.c:2784:11: note: include '' or provide a declaration of 'abort' regex.c:2784:11: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] regex.c:2784:11: note: include '' or provide a declaration of 'abort' regex.c: In function 're_set_registers': regex.c:2817:1: warning: old-style function definition [-Wold-style-definition] 2817 | re_set_registers (bufp, regs, num_regs, starts, ends) | ^~~~~~~~~~~~~~~~ regex.c: In function 're_search': regex.c:2844:1: warning: old-style function definition [-Wold-style-definition] 2844 | re_search (bufp, string, size, startpos, range, regs) | ^~~~~~~~~ regex.c: In function 're_search_2': regex.c:2877:1: warning: old-style function definition [-Wold-style-definition] 2877 | re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) | ^~~~~~~~~~~ regex.c: In function 're_match': regex.c:3136:1: warning: old-style function definition [-Wold-style-definition] 3136 | re_match (bufp, string, size, pos, regs) | ^~~~~~~~ regex.c: In function 're_match_2': regex.c:3161:1: warning: old-style function definition [-Wold-style-definition] 3161 | re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) | ^~~~~~~~~~ regex.c:225:29: error: too many arguments to function 'malloc'; expected 0, have 1 225 | #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) | ^~~~~~ ~~~~~~~~~~~~~~~~ regex.c:3446:33: note: in expansion of macro 'TALLOC' 3446 | regs->start = TALLOC (regs->num_regs, regoff_t); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:225:29: error: too many arguments to function 'malloc'; expected 0, have 1 225 | #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) | ^~~~~~ ~~~~~~~~~~~~~~~~ regex.c:3447:31: note: in expansion of macro 'TALLOC' 3447 | regs->end = TALLOC (regs->num_regs, regoff_t); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:226:46: error: too many arguments to function 'realloc'; expected 0, have 2 226 | #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) | ^~~~~~~ regex.c:3459:23: note: in expansion of macro 'RETALLOC' 3459 | RETALLOC (regs->start, regs->num_regs, regoff_t); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:226:46: error: too many arguments to function 'realloc'; expected 0, have 2 226 | #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) | ^~~~~~~ regex.c:3460:23: note: in expansion of macro 'RETALLOC' 3460 | RETALLOC (regs->end, regs->num_regs, regoff_t); | ^~~~~~~~ regex.c:70:7: note: declared here 70 | char *realloc (); | ^~~~~~~ regex.c:3617:17: error: too many arguments to function 'group_match_null_string_p'; expected 0, have 3 3617 | = group_match_null_string_p (&p1, pend, reg_info); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ regex.c:2997:16: note: declared here 2997 | group_match_null_string_p (); | ^~~~~~~~~~~~~~~~~~~~~~~~~ regex.c:3765:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3765 | if ((int) old_regend[r] >= (int) regstart[r]) | ^ regex.c:3765:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3765 | if ((int) old_regend[r] >= (int) regstart[r]) | ^ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2407 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:3771:19: note: in expansion of macro 'PUSH_FAILURE_POINT' 3771 | PUSH_FAILURE_POINT (p1 + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2410 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:3771:19: note: in expansion of macro 'PUSH_FAILURE_POINT' 3771 | PUSH_FAILURE_POINT (p1 + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:3835:23: error: too many arguments to function 'bcmp_translate'; expected 0, have 4 3835 | ? bcmp_translate (d, d2, mcnt, translate) | ^~~~~~~~~~~~~~ ~ regex.c:2994:12: note: declared here 2994 | static int bcmp_translate (); | ^~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2407 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:3918:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3918 | PUSH_FAILURE_POINT (p + mcnt, NULL, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2410 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:3918:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3918 | PUSH_FAILURE_POINT (p + mcnt, NULL, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2407 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:3971:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3971 | PUSH_FAILURE_POINT (p + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2410 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:3971:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 3971 | PUSH_FAILURE_POINT (p + mcnt, d, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2495:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2495 | high_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ regex.c:4077:13: note: in expansion of macro 'POP_FAILURE_POINT' 4077 | POP_FAILURE_POINT (sdummy, pdummy, | ^~~~~~~~~~~~~~~~~ regex.c:2498:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2498 | low_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ regex.c:4077:13: note: in expansion of macro 'POP_FAILURE_POINT' 4077 | POP_FAILURE_POINT (sdummy, pdummy, | ^~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2407 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:4110:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4110 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2410 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:4110:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4110 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2407 | PUSH_FAILURE_ITEM (lowest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:4123:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4123 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2328 | fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item | ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' 2410 | PUSH_FAILURE_ITEM (highest_active_reg); \ | ^~~~~~~~~~~~~~~~~ regex.c:4123:11: note: in expansion of macro 'PUSH_FAILURE_POINT' 4123 | PUSH_FAILURE_POINT (0, 0, -2); | ^~~~~~~~~~~~~~~~~~ regex.c:4281:11: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] 4281 | abort (); | ^~~~~ regex.c:4281:11: note: include '' or provide a declaration of 'abort' regex.c:2495:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2495 | high_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ regex.c:4291:11: note: in expansion of macro 'POP_FAILURE_POINT' 4291 | POP_FAILURE_POINT (d, p, | ^~~~~~~~~~~~~~~~~ regex.c:2498:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2498 | low_reg = (unsigned) POP_FAILURE_ITEM (); \ | ^ regex.c:4291:11: note: in expansion of macro 'POP_FAILURE_POINT' 4291 | POP_FAILURE_POINT (d, p, | ^~~~~~~~~~~~~~~~~ regex.c: In function 'group_match_null_string_p': regex.c:4357:1: warning: old-style function definition [-Wold-style-definition] 4357 | group_match_null_string_p (p, end, reg_info) | ^~~~~~~~~~~~~~~~~~~~~~~~~ regex.c:4407:24: error: too many arguments to function 'alt_match_null_string_p'; expected 0, have 3 4407 | if (!alt_match_null_string_p (p1, p1 + mcnt - 3, | ^~~~~~~~~~~~~~~~~~~~~~~ ~~ regex.c:2995:16: note: declared here 2995 | static boolean alt_match_null_string_p (), | ^~~~~~~~~~~~~~~~~~~~~~~ regex.c:4437:20: error: too many arguments to function 'alt_match_null_string_p'; expected 0, have 3 4437 | if (!alt_match_null_string_p (p1, p1 + mcnt, reg_info)) | ^~~~~~~~~~~~~~~~~~~~~~~ ~~ regex.c:2995:16: note: declared here 2995 | static boolean alt_match_null_string_p (), | ^~~~~~~~~~~~~~~~~~~~~~~ regex.c:4452:16: error: too many arguments to function 'common_op_match_null_string_p'; expected 0, have 3 4452 | if (!common_op_match_null_string_p (&p1, end, reg_info)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ regex.c:2996:16: note: declared here 2996 | common_op_match_null_string_p (), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex.c: In function 'alt_match_null_string_p': regex.c:4466:1: warning: old-style function definition [-Wold-style-definition] 4466 | alt_match_null_string_p (p, end, reg_info) | ^~~~~~~~~~~~~~~~~~~~~~~ regex.c:4488:16: error: too many arguments to function 'common_op_match_null_string_p'; expected 0, have 3 4488 | if (!common_op_match_null_string_p (&p1, end, reg_info)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ regex.c:2996:16: note: declared here 2996 | common_op_match_null_string_p (), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex.c: In function 'common_op_match_null_string_p': regex.c:4503:1: warning: old-style function definition [-Wold-style-definition] 4503 | common_op_match_null_string_p (p, end, reg_info) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex.c:4533:13: error: too many arguments to function 'group_match_null_string_p'; expected 0, have 3 4533 | ret = group_match_null_string_p (&p1, end, reg_info); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ regex.c:4357:1: note: declared here 4357 | group_match_null_string_p (p, end, reg_info) | ^~~~~~~~~~~~~~~~~~~~~~~~~ regex.c: In function 'bcmp_translate': regex.c:4591:1: warning: old-style function definition [-Wold-style-definition] 4591 | bcmp_translate (s1, s2, len, translate) | ^~~~~~~~~~~~~~ regex.c: In function 're_compile_pattern': regex.c:4617:1: warning: old-style function definition [-Wold-style-definition] 4617 | re_compile_pattern (pattern, length, bufp) | ^~~~~~~~~~~~~~~~~~ regex.c: In function 're_comp': regex.c:4650:1: warning: old-style function definition [-Wold-style-definition] 4650 | re_comp (s) | ^~~~~~~ regex.c:4664:46: error: too many arguments to function 'malloc'; expected 0, have 1 4664 | re_comp_buf.buffer = (unsigned char *) malloc (200); | ^~~~~~ ~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:4669:38: error: too many arguments to function 'malloc'; expected 0, have 1 4669 | re_comp_buf.fastmap = (char *) malloc (1 << BYTEWIDTH); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c: In function 're_exec': regex.c:4688:1: warning: old-style function definition [-Wold-style-definition] 4688 | re_exec (s) | ^~~~~~~ regex.c: In function 'regcomp': regex.c:4736:1: warning: old-style function definition [-Wold-style-definition] 4736 | regcomp (preg, pattern, cflags) | ^~~~~~~ regex.c:4760:34: error: too many arguments to function 'malloc'; expected 0, have 1 4760 | preg->translate = (char *) malloc (CHAR_SET_SIZE); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c: In function 'regexec': regex.c:4811:1: warning: old-style function definition [-Wold-style-definition] 4811 | regexec (preg, string, nmatch, pmatch, eflags) | ^~~~~~~ regex.c:225:29: error: too many arguments to function 'malloc'; expected 0, have 1 225 | #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) | ^~~~~~ ~~~~~~~~~~~~~~~~ regex.c:4837:20: note: in expansion of macro 'TALLOC' 4837 | regs.start = TALLOC (nmatch, regoff_t); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:225:29: error: too many arguments to function 'malloc'; expected 0, have 1 225 | #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) | ^~~~~~ ~~~~~~~~~~~~~~~~ regex.c:4838:18: note: in expansion of macro 'TALLOC' 4838 | regs.end = TALLOC (nmatch, regoff_t); | ^~~~~~ regex.c:69:7: note: declared here 69 | char *malloc (); | ^~~~~~ regex.c:4863:7: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 4863 | free (regs.start); | ^~~~ regex.c:4863:7: note: include '' or provide a declaration of 'free' regex.c: In function 'regerror': regex.c:4876:1: warning: old-style function definition [-Wold-style-definition] 4876 | regerror (errcode, preg, errbuf, errbuf_size) | ^~~~~~~~ regex.c:4891:5: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] 4891 | abort (); | ^~~~~ regex.c:4891:5: note: include '' or provide a declaration of 'abort' regex.c: In function 'regfree': regex.c:4920:1: warning: old-style function definition [-Wold-style-definition] 4920 | regfree (preg) | ^~~~~~~ regex.c:4924:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 4924 | free (preg->buffer); | ^~~~ regex.c:4924:5: note: include '' or provide a declaration of 'free' regex.c:4931:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 4931 | free (preg->fastmap); | ^~~~ regex.c:4931:5: note: include '' or provide a declaration of 'free' regex.c:4936:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 4936 | free (preg->translate); | ^~~~ regex.c:4936:5: note: include '' or provide a declaration of 'free' regex.c: In function 're_match_2': regex.c:194:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | #define alloca __builtin_alloca | ^ regex.c:3116:26: note: in expansion of macro 'alloca' 3116 | #define FREE_VARIABLES() alloca (0) | ^~~~~~ regex.c:3288:11: note: in expansion of macro 'FREE_VARIABLES' 3288 | FREE_VARIABLES (); | ^~~~~~~~~~~~~~ regex.c:194:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | #define alloca __builtin_alloca | ^ regex.c:3116:26: note: in expansion of macro 'alloca' 3116 | #define FREE_VARIABLES() alloca (0) | ^~~~~~ regex.c:3306:7: note: in expansion of macro 'FREE_VARIABLES' 3306 | FREE_VARIABLES (); | ^~~~~~~~~~~~~~ regex.c:194:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | #define alloca __builtin_alloca | ^ regex.c:3116:26: note: in expansion of macro 'alloca' 3116 | #define FREE_VARIABLES() alloca (0) | ^~~~~~ regex.c:3500:11: note: in expansion of macro 'FREE_VARIABLES' 3500 | FREE_VARIABLES (); | ^~~~~~~~~~~~~~ regex.c:194:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | #define alloca __builtin_alloca | ^ regex.c:3116:26: note: in expansion of macro 'alloca' 3116 | #define FREE_VARIABLES() alloca (0) | ^~~~~~ regex.c:4338:3: note: in expansion of macro 'FREE_VARIABLES' 4338 | FREE_VARIABLES (); | ^~~~~~~~~~~~~~ gmake: *** [Makefile:53: regex.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squirm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squirm