summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-ak
blob: ace9bcdfd8bc0a1cbd433eb6cabc64426b97b767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
$NetBSD: patch-ak,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $

--- texk/ps2pkm/paths.c.orig	Sat Jan 24 23:11:28 1998
+++ texk/ps2pkm/paths.c	Thu Sep 30 13:34:23 1999
@@ -798,7 +798,7 @@
                        break;
  
                    default:
-                       abort("Reverse: bad path segment");
+                       t1_abort("Reverse: bad path segment");
                }
 /*
 We need to reverse the order of segments too, so we break this segment
@@ -932,7 +932,7 @@
        for (p=p0; p->link->link != NULL; p=p->link) { ; }
  
        if (!LASTCLOSED(p->link->flag))
-               abort("UnClose:  no LASTCLOSED");
+               t1_abort("UnClose:  no LASTCLOSED");
  
        Free(SplitPath(p0, p));
        p0->flag &= ~ISCLOSED(ON);
@@ -1033,7 +1033,7 @@
  
                    default:
                        IfTrace1(TRUE,"path = %z\n", p);
-                       abort("PathTransform:  invalid segment");
+                       t1_abort("PathTransform:  invalid segment");
                }
                oldx += savex;
                oldy += savey;
@@ -1185,7 +1185,7 @@
                break;
  
            default:
-               abort("QueryPath: unknown segment");
+               t1_abort("QueryPath: unknown segment");
        }
        if (coerced)
                KillPath(path);
@@ -1325,7 +1325,7 @@
                    case HINTTYPE:
                        break;
                    default:
-                       abort("QueryBounds: unknown type");
+                       t1_abort("QueryBounds: unknown type");
                }
  
                if (x < min.x) min.x = x;