$NetBSD: patch-ag,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $ --- texk/ps2pkm/curves.c.orig Wed Jan 28 20:44:07 1998 +++ texk/ps2pkm/curves.c Thu Sep 30 13:33:49 1999 @@ -213,7 +213,7 @@ if ( TOOBIG(xB) || TOOBIG(yB) || TOOBIG(xC) || TOOBIG(yC) || TOOBIG(xD) || TOOBIG(yD) ) - abort("Beziers this big not yet supported"); + t1_abort("Beziers this big not yet supported"); return(StepBezierRecurse(&Info, (fractpel) 0, (fractpel) 0, xB, yB, xC, yC, xD, yD));