diff options
Diffstat (limited to 'gs/base/gxfapiu.h')
-rw-r--r-- | gs/base/gxfapiu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gs/base/gxfapiu.h b/gs/base/gxfapiu.h index edd9956d9..e586f6ef5 100644 --- a/gs/base/gxfapiu.h +++ b/gs/base/gxfapiu.h @@ -23,7 +23,7 @@ /* Warning : the language switch project doesn't guarantee that this function is called when switching to another interpreter. Therefore each interpreter must take - care for its own callback methods before they + care for its own callback methods before they may be called by UFST. */ /* Warning : this function may cause a reentrancy problem @@ -77,5 +77,4 @@ int FAPIU_ferror (FILE *s); int FAPIU_fclose (FILE *s); int FAPIU_close (void *s); - #endif /* gxfapiu_INCLUDED */ |