[gforth] / gforth / kernel / int.fs  

gforth: gforth/kernel/int.fs

Diff for /gforth/kernel/int.fs between version 1.171 and 1.172

version 1.171, Sun Sep 6 22:43:23 2009 UTC version 1.172, Thu Dec 31 15:32:36 2009 UTC
Line 1 
Line 1 
 \ definitions needed for interpreter only  \ definitions needed for interpreter only
   
 \ Copyright (C) 1995-2000,2004,2005,2007 Free Software Foundation, Inc.  \ Copyright (C) 1995-2000,2004,2005,2007,2009 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 1062 
Line 1062 
   
 : (bootmessage) ( -- )  : (bootmessage) ( -- )
     ." Gforth " version-string type      ." Gforth " version-string type
     ." , Copyright (C) 1995-2008 Free Software Foundation, Inc." cr      ." , Copyright (C) 1995-2009 Free Software Foundation, Inc." cr
     ." Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'"      ." Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'"
 [ has? os [IF] ]  [ has? os [IF] ]
      cr ." Type `bye' to exit"       cr ." Type `bye' to exit"


Generate output suitable for use with a patch program
Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help