*** VF_Sony.h.old Tue Aug 1 16:02:35 1995 --- VF_Sony.h Tue Aug 1 16:05:39 1995 *************** *** 6,18 **** * * Edition History * 29 Oct 1993 ! * */ /* This is a part of VFlib * ! * Copyright (C) 1993 Hirotsugu KAKUGAWA. All rights reserved. * * VFlib is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY. No author or distributor accepts responsibility --- 6,18 ---- * * Edition History * 29 Oct 1993 ! * 1 Aug 1995 Added #ifdef USE_SONY_FONT */ /* This is a part of VFlib * ! * Copyright (C) 1993,1994,1995 Hirotsugu KAKUGAWA. All rights reserved. * * VFlib is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY. No author or distributor accepts responsibility *************** *** 35,41 **** --- 35,43 ---- FontObj *CreateFont_Sony(); + #ifdef USE_SONY_FONT #include "/usr/local/src/TeX/FSlib/FS.h" + #endif /*USE_SONY_FONT*/ #endif /*__VF_SONY_H__*/