aboutsummaryrefslogtreecommitdiffstats
path: root/xalloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'xalloca.c')
-rw-r--r--xalloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xalloca.c b/xalloca.c
index d5ed7abe..ce3285ee 100644
--- a/xalloca.c
+++ b/xalloca.c
@@ -40,7 +40,7 @@ int n;
p = (XALLOCATYPE *) alloca(n);
if (p == (XALLOCATYPE *) 0)
- error(PS_UNDEFINED, 0, "alloca failed");
+ report(stderr, PS_UNDEFINED, 0, "alloca failed");
return(p);
}