From a779c7b47175e7776dd51269623fba3cc7acd644 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Wed, 2 Feb 2011 18:27:57 +0000 Subject: A couple of minor UFST related tweaks to account for differences between UFST 6.2 and UFST 5.x. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12104 a1074d23-0009-0410-80fe-cf8c14f379e6 --- gs/base/gxfapiu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gs/base/gxfapiu.c') diff --git a/gs/base/gxfapiu.c b/gs/base/gxfapiu.c index b2c95e4cc..6f17e1e06 100644 --- a/gs/base/gxfapiu.c +++ b/gs/base/gxfapiu.c @@ -143,7 +143,6 @@ int FAPIU_fclose (FILE *s) return(sfclose((stream *)(s))); } -#if UFST_VERSION_MAJOR >= 6 && UFST_VERSION_MINOR >= 2 void * FAPIU_open (char *path, int mode) { @@ -186,6 +185,7 @@ int FAPIU_close (void *s) return(sfclose((stream *)(s))); } +#if UFST_VERSION_MAJOR >= 6 && UFST_VERSION_MINOR >= 2 GLOBAL VOID MEMinit(FSP0) { -- cgit v1.2.3