Diff for /gforth/engine/main.c between versions 1.199 and 1.200

version 1.199, 2008/02/23 13:03:56 version 1.200, 2008/02/26 18:20:00
Line 2266  static void print_diag() Line 2266  static void print_diag()
 #endif  #endif
             "\b\b slow\n"              "\b\b slow\n"
 #endif  #endif
 #ifndef FORCE_REG  #if !(defined(FORCE_REG) || defined(FORCE_REG_UNNECESSARY))
             "    automatic register allocation: performance degradation possible\n"              "    automatic register allocation: performance degradation possible\n"
 #endif  #endif
             "",              "",

Removed from v.1.199  
changed lines
  Added in v.1.200


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