Diff for /gforth/machpc.fs.in between versions 1.13 and 1.14

version 1.13, 2007/01/21 17:29:54 version 1.14, 2007/03/18 21:46:17
Line 86  true DefaultValue prims  \ true: primiti Line 86  true DefaultValue prims  \ true: primiti
   
 false DefaultValue floating     \ floating point wordset is present  false DefaultValue floating     \ floating point wordset is present
   
 true DefaultValue glocals       \ gforth locals are present  false DefaultValue glocals      \ gforth locals are present
                                 \ will be loaded                                  \ will be loaded
 true DefaultValue dcomps        \ double number comparisons  true DefaultValue dcomps        \ double number comparisons
   
 true DefaultValue hash          \ hashing primitives are loaded/present  false DefaultValue hash         \ hashing primitives are loaded/present
   
 true DefaultValue xconds        \ used together with glocals,  false DefaultValue xconds       \ used together with glocals,
                                 \ special conditionals supporting gforths'                                  \ special conditionals supporting gforths'
                                 \ local variables                                  \ local variables
 true DefaultValue header        \ save a header information  true DefaultValue header        \ save a header information
   
 true DefaultValue backtrace     \ enables backtrace code  false DefaultValue backtrace    \ enables backtrace code
   
 true DefaultValue new-input     \ enables object oriented input  false DefaultValue new-input    \ enables object oriented input
   
 @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer  @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer
   

Removed from v.1.13  
changed lines
  Added in v.1.14


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