Diff for /gforth/Attic/main.c between versions 1.46 and 1.47

version 1.46, 1996/11/07 22:31:33 version 1.47, 1996/12/14 14:21:20
Line 40 Line 40
 jmp_buf throw_jmp_buf;  jmp_buf throw_jmp_buf;
 #endif  #endif
   
   /* Define FUZZ for better image positioning */
   #define FUZZ 0x4000
   
 #ifndef DEFAULTPATH  #ifndef DEFAULTPATH
 #  define DEFAULTPATH "/usr/local/lib/gforth:."  #  define DEFAULTPATH "/usr/local/lib/gforth:."
 #endif  #endif
Line 406  Arguments of default image `gforth.fi':\ Line 409  Arguments of default image `gforth.fi':\
           pend=path+strlen(path);            pend=path+strlen(path);
         if (strlen(path)==0) {          if (strlen(path)==0) {
           fprintf(stderr,"%s: cannot open image file %s in path %s for reading\n",            fprintf(stderr,"%s: cannot open image file %s in path %s for reading\n",
                   progname, imagename, path);                    progname, imagename, path1);
           exit(1);            exit(1);
         }          }
         {          {

Removed from v.1.46  
changed lines
  Added in v.1.47


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