Diff for /gforth/engine/main.c between versions 1.227 and 1.228

version 1.227, 2010/01/08 18:54:34 version 1.228, 2010/02/14 18:13:31
Line 46 Line 46
 #endif  #endif
 #include "io.h"  #include "io.h"
 #include "getopt.h"  #include "getopt.h"
 #ifdef STANDALONE  #ifndef STANDALONE
 /* #include <systypes.h> */  #include <locale.h>
 #endif  #endif
   
 /* output rules etc. for burg with --debug and --print-sequences */  /* output rules etc. for burg with --debug and --print-sequences */
Line 2339  int main(int argc, char **argv, char **e Line 2339  int main(int argc, char **argv, char **e
     setvbuf(stdout,NULL,_IONBF,0);      setvbuf(stdout,NULL,_IONBF,0);
   }    }
 #endif  #endif
     setlocale(LC_ALL, "");
     setlocale(LC_NUMERIC, "C");
 #else  #else
   prep_terminal();    prep_terminal();
 #endif  #endif

Removed from v.1.227  
changed lines
  Added in v.1.228


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