--- gforth/vmgen-ex/peephole.c 2002/06/02 17:02:56 1.2 +++ gforth/vmgen-ex/peephole.c 2003/08/25 14:17:56 1.5 @@ -1,6 +1,6 @@ /* Peephole optimization routines and tables - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001,2002,2003 Free Software Foundation, Inc. This file is part of Gforth. @@ -36,7 +36,7 @@ Combination peephole_table[] = { #endif }; -int use_super = 1; +int use_super = 1; /* turned off by option -p */ typedef struct Peeptable_entry { struct Peeptable_entry *next;