[gforth] / gforth / Attic / main.c  

gforth: gforth/Attic/main.c

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

version 1.57, Thu Mar 20 14:39:52 1997 UTC version 1.58, Sun Mar 23 21:22:03 1997 UTC
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 
Line 69 
 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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help