From 8107063a61c46a037fc3b41315586714d8f168e4 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 22 Jun 2009 14:33:57 +0000 Subject: 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 --- Build/source/texk/ps2pkm/paths.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Build/source/texk/ps2pkm/paths.c') 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 -- cgit v1.2.3