[BACK]Return to pvar.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/pvar.c between version 1.4 and 1.5

version 1.4, 2000/09/21 09:19:27 version 1.5, 2000/12/05 01:24:57
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/parse/pvar.c,v 1.3 2000/08/22 05:04:28 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/parse/pvar.c,v 1.4 2000/09/21 09:19:27 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
Line 175  void closecurrentinput()
Line 175  void closecurrentinput()
         if ( asir_infile && !asir_infile->fp )          if ( asir_infile && !asir_infile->fp )
                 return;                  return;
   
 #if defined(THINK_C) || defined(VISUAL)  #if defined(VISUAL)
 #if defined(THINK_C)  
         void setDir(short);  
   
         fclose(asir_infile->fp);          fclose(asir_infile->fp);
         setDir(asir_infile->vol);  
         unlink(asir_infile->tname);          unlink(asir_infile->tname);
         resetDir();  
 #else  
         fclose(asir_infile->fp);  
         unlink(asir_infile->tname);  
 #endif  
 #else  #else
         PCLOSE(asir_infile->fp);          PCLOSE(asir_infile->fp);
 #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>