Ticket #18208: patch-runcoms.c.diff

File patch-runcoms.c.diff, 372 bytes (added by godboutn@…, 15 years ago)
  • src/frontend/runcoms.c

    old new  
    4141FILE *rawfileFp;
    4242bool rawfileBinary;
    4343#define RAWBUF_SIZE 32768
    44 char rawfileBuf[RAWBUF_SIZE];
     44static char rawfileBuf[RAWBUF_SIZE];
    4545/*To tell resume the rawfile name saj*/
    4646char *last_used_rawfile = NULL;
    4747/*end saj */