diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2011-02-02 18:27:57 +0000 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2011-02-02 18:27:57 +0000 |
commit | a779c7b47175e7776dd51269623fba3cc7acd644 (patch) | |
tree | 82ee34e7b8628ce9273a6182ef8e0537f65e7f00 /gs/base/gxfapiu.c | |
parent | 78e3d55184fca8b96eeb03d7f3b223b364a5285f (diff) |
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
Diffstat (limited to 'gs/base/gxfapiu.c')
-rw-r--r-- | gs/base/gxfapiu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |