
13 Dec
2003
13 Dec
'03
8:47 a.m.
"William S."
gcc -c -I../Kernel -I/usr/people/wstan/nhc98-1.16/include -O3 -DHIGH_BYTE_FIRST -o /usr/people/wstan/nhc98-1.16/targets/mips-IRIX6/obj/runtime/Integer/alloca.o alloca.c alloca.c: In function `alloca': alloca.c:7: error: too many arguments to function `abort'
Apparently the call to abort(-1) should be simply abort() with no arguments. Regards, Malcolm