11 lines
317 B
Text
11 lines
317 B
Text
$NetBSD: patch-ab,v 1.1 2004/01/03 09:50:39 kristerw Exp $
|
|
|
|
--- src/runtime/Integer/alloca.c.orig Sat Jan 3 07:32:14 2004
|
|
+++ src/runtime/Integer/alloca.c Sat Jan 3 07:31:44 2004
|
|
@@ -4,5 +4,5 @@
|
|
void *alloca (unsigned size)
|
|
{
|
|
fprintf(stderr,"Falilure alloca %d called:-(\n",size);
|
|
- abort(-1);
|
|
+ abort();
|
|
}
|