wpaul
9f506b229f
According to stdlib.h, malloc and realloc return void * but error_table.y
...
declares them to return char *. For some reason, this causes no problems
with the old compiler tools, but doing a 'make world' with gcc 2.6.3 in a
seperate DESTDIR got me this error:
yacc -d /usr/src/usr.bin/compile_et/error_table.y
cc -O2 -I. -I/usr/src/usr.bin/compile_et/../../lib/libcom_err -I/mnt/usr/include -c y.tab.c -o error_table.o
In file included from /usr/src/usr.bin/compile_et/et_lex.lex.l:11,
from /usr/src/usr.bin/compile_et/error_table.y:233:
/mnt/usr/include/stdlib.h💯 conflicting types for `malloc'
/usr/src/usr.bin/compile_et/error_table.y:80: previous declaration of `malloc'
/mnt/usr/include/stdlib.h:104: conflicting types for `realloc'
/usr/src/usr.bin/compile_et/error_table.y:80: previous declaration of `realloc'
*** Error code 1
Stop.
Declaring malloc and realloc to return void * fixes this. It could be that
the new gcc is a bit more picky about these things.
1995-03-15 19:05:28 +00:00
..
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-09 04:50:30 +00:00
1995-01-31 17:54:39 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-12-31 12:32:01 +00:00
1994-09-23 00:10:34 +00:00
1994-12-19 01:22:21 +00:00
1994-09-23 00:10:34 +00:00
1994-12-27 16:49:08 +00:00
1995-02-09 11:14:39 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-17 07:02:31 +00:00
1994-09-23 00:10:34 +00:00
1995-02-28 23:38:20 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-03-15 19:05:28 +00:00
1995-01-02 10:04:02 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-11-19 13:12:37 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-21 14:41:45 +00:00
1994-09-23 00:10:34 +00:00
1995-02-01 04:08:19 +00:00
1994-09-23 00:10:34 +00:00
1995-01-29 00:49:57 +00:00
1995-02-27 20:52:36 +00:00
1995-01-04 01:02:43 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-02-16 11:42:36 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-12-22 20:52:15 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-12-12 00:23:00 +00:00
1994-10-11 02:13:21 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-11-19 18:19:27 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-11-21 00:54:28 +00:00
1994-10-19 00:03:45 +00:00
1994-09-23 00:10:34 +00:00
1994-10-19 00:03:45 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-12-23 22:31:35 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-21 05:50:50 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-20 23:07:10 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-10-27 19:23:30 +00:00
1994-09-23 00:10:34 +00:00
1995-03-11 16:57:54 +00:00
1994-09-23 00:10:34 +00:00
1995-01-23 21:03:17 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-19 22:27:58 +00:00
1994-10-03 23:01:03 +00:00
1994-09-23 00:10:34 +00:00
1995-01-30 15:34:06 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-02-21 03:46:48 +00:00
1995-02-21 04:15:15 +00:00
1994-10-28 13:21:57 +00:00
1995-03-09 17:40:56 +00:00
1995-02-23 19:08:11 +00:00
1994-10-23 23:25:43 +00:00
1994-09-23 00:10:34 +00:00
1994-12-28 14:11:21 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-03-08 18:05:50 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-09 05:59:04 +00:00
1995-02-21 04:32:55 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-11-20 23:23:28 +00:00
1995-03-04 17:47:50 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-14 20:36:22 +00:00
1994-11-18 21:37:40 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-12-27 00:53:14 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-02-23 17:46:35 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-02-15 02:47:47 +00:00
1994-12-18 01:18:17 +00:00
1994-11-20 23:23:28 +00:00
1995-01-21 10:24:18 +00:00
1995-03-12 01:58:18 +00:00
1994-09-23 00:10:34 +00:00
1995-02-21 04:35:43 +00:00
1995-01-15 06:19:01 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-02-18 20:44:55 +00:00
1994-12-19 01:57:17 +00:00
1994-11-29 01:11:43 +00:00
1994-09-23 00:10:34 +00:00
1994-12-12 06:14:42 +00:00
1994-10-28 23:31:48 +00:00
1994-09-23 00:10:34 +00:00
1994-11-07 20:26:35 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-28 01:58:14 +00:00
1994-09-23 00:10:34 +00:00
1995-01-10 05:52:59 +00:00
1995-02-18 08:24:16 +00:00
1994-10-23 15:33:55 +00:00
1995-02-22 23:47:51 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-01-30 22:21:29 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-12-18 11:59:37 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1994-09-23 00:10:34 +00:00
1995-03-01 08:32:42 +00:00
1994-09-23 00:10:34 +00:00