[gforth] / gforth / Attic / main.c  

gforth: gforth/Attic/main.c

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

version 1.46, Thu Nov 7 22:31:33 1996 UTC version 1.47, Sat Dec 14 14:21:20 1996 UTC
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 
Line 409 
           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);
         }          }
         {          {


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help