summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pkm/paths.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-22 14:33:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-22 14:33:57 +0000
commit8107063a61c46a037fc3b41315586714d8f168e4 (patch)
tree70260c87fd31b61d868d61e2c01b0679978dfbf6 /Build/source/texk/ps2pkm/paths.c
parent3e2785aecd503a2883b01f915f12a9204ed421b7 (diff)
replace PVAR[1-3][CH], P[1-9][CH] and AA macros
by ANSI C function declarations and prototypes git-svn-id: svn://tug.org/texlive/trunk@13885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pkm/paths.c')
-rw-r--r--Build/source/texk/ps2pkm/paths.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/texk/ps2pkm/paths.c b/Build/source/texk/ps2pkm/paths.c
index f6c39a3257c..d152de58e64 100644
--- a/Build/source/texk/ps2pkm/paths.c
+++ b/Build/source/texk/ps2pkm/paths.c
@@ -52,12 +52,8 @@ The included files are:
#include "strokes.h" /* understands how to coerce stroke paths */
#include "trig.h"
-#ifdef KPATHSEA
-static int UnClose P1H(struct segment *);
-extern void DumpText P1H(struct segment *);
-#else
-static Unclose();
-#endif
+static int UnClose(struct segment *);
+extern void DumpText(struct segment *);
/*
:h3.Routines Available to the TYPE1IMAGER User