diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/paths.c')
-rw-r--r-- | Build/source/texk/ps2pkm/paths.c | 8 |
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 |