[gforth] / gforth / Attic / main.c  

gforth: gforth/Attic/main.c

Diff for /gforth/Attic/main.c between version 1.30 and 1.31

version 1.30, Tue Nov 7 18:06:52 1995 UTC version 1.31, Wed Nov 15 17:29:08 1995 UTC
Line 247 
Line 247 
       m=1024;        m=1024;
     else if (strcmp(endp,"M")==0)      else if (strcmp(endp,"M")==0)
       m=1024*1024;        m=1024*1024;
     else if (strcmp(endp,"e")!=0) {      else if (strcmp(endp,"e")!=0 && strcmp(endp,"")!=0) {
       fprintf(stderr,"%s: cannot grok size specification %s\n", progname, s);        fprintf(stderr,"%s: cannot grok size specification %s: invalid unit \"%s\"\n", progname, s, endp);
       exit(1);        exit(1);
     }      }
   }    }


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help