summaryrefslogtreecommitdiff
path: root/print/teTeX-bin/patches/patch-ao
blob: 7ac78e75a8b683e6bfa61c4b92cc7085b365fc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ao,v 1.1 1999/10/04 23:21:48 simonb Exp $

--- texk/ps2pkm/t1stub.c.orig	Sat Jan 24 23:11:28 1998
+++ texk/ps2pkm/t1stub.c	Thu Sep 30 13:35:07 1999
@@ -28,12 +28,10 @@
  * SOFTWARE.
  */
 
-#include "objects.h"	/* get #define for abort() */
- 
 xiStub()
 {
        printf("xiStub called\n");
-       abort("xiStub called");
+       t1_abort("xiStub called");
 }
  
 #ifdef WIN32