Diff for /gforth/kernel/files.fs between versions 1.18 and 1.20

version 1.18, 2003/01/19 23:35:34 version 1.20, 2003/01/20 19:17:59
Line 1 Line 1
 \ File specifiers                                       11jun93jaw  \ File specifiers                                       11jun93jaw
   
 \ Copyright (C) 1995-2003 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 79  has? new-input 0= [IF] Line 79  has? new-input 0= [IF]
     include-file1 throw throw ;      include-file1 throw throw ;
   
 : include-file ( i*x wfileid -- j*x ) \ file  : include-file ( i*x wfileid -- j*x ) \ file
     loadfilename# @ >r      loadfilename 2@ 2>r
     3 loadfilename# ! \ "*a file*"      s" *a file*" loadfilename 2! \ "*a file*"
     include-file1      include-file1
     r> loadfilename# !      2r> loadfilename 2!
     throw throw ;      throw throw ;
 [THEN]  [THEN]
           

Removed from v.1.18  
changed lines
  Added in v.1.20


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