Diff for /gforth/Attic/main.c between versions 1.57 and 1.58

version 1.57, 1997/03/20 14:39:52 version 1.58, 1997/03/23 21:22:03
Line 44 Line 44
   
 #ifdef MSDOS  #ifdef MSDOS
 jmp_buf throw_jmp_buf;  jmp_buf throw_jmp_buf;
   #  ifndef DEFAULTPATH
   #    define DEFAULTPATH "."
   #  endif
 #endif  #endif
   
 #if defined(DIRECT_THREADED)   #if defined(DIRECT_THREADED) 
Line 66  static size_t pagesize=0; Line 69  static size_t pagesize=0;
 char *progname;  char *progname;
   
 /* image file format:  /* image file format:
  *  "#! binary-path -i\n" (e.g., "#! /usr/local/bin/gforth-0.2.0 -i\n")   *  "#! binary-path -i\n" (e.g., "#! /usr/local/bin/gforth-0.3.0 -i\n")
  *   padding to a multiple of 8   *   padding to a multiple of 8
  *   magic: "Gforth1x" means format 0.2,   *   magic: "Gforth1x" means format 0.2,
  *              where x is even for big endian and odd for little endian   *              where x is even for big endian and odd for little endian

Removed from v.1.57  
changed lines
  Added in v.1.58


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