--- gforth/gray.fs 2008/06/14 20:56:10 1.12 +++ gforth/gray.fs 2012/12/31 15:25:18 1.15 @@ -1,6 +1,6 @@ \ recursive descent parser generator ) -\ Copyright (C) 1995,1996,1997,2000,2003,2007 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,2000,2003,2007,2008,2012 Free Software Foundation, Inc. \ Copyright 1990, 1991, 1994 Martin Anton Ertl \ This file is part of Gforth. @@ -29,10 +29,6 @@ warnings on \ end of ANS FORTH prolog -warnings @ [IF] -.( Loading Gray ... Copyright 1990-1994 Martin Anton Ertl; NO WARRANTY ) cr -[THEN] - \ misc ) : noop ;