X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fyow.c;h=739037347260903af281e7990b3517961832e85c;hb=a3fdbd7c9b63c0ce35da43753b5622ac859325b4;hp=79d463546d35277117aced0ed5e1377010ed7124;hpb=81572e9b4653c5545c2eb43e87dec439f356c19c;p=chise%2Fxemacs-chise.git- diff --git a/lib-src/yow.c b/lib-src/yow.c index 79d4635..7390373 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -33,7 +33,7 @@ void yow (FILE *fp); void setup_yow (FILE *fp); -#ifdef MSDOS +#ifdef WIN32_NATIVE #define rootrelativepath(rel) \ ({\ static char res[BUFSIZE], *p;\ @@ -91,8 +91,7 @@ static long header_len; /* Sets len and header_len */ void -setup_yow(fp) - FILE *fp; +setup_yow (FILE *fp) { int c; @@ -120,8 +119,7 @@ setup_yow(fp) /* go to a random place in the file and print the quotation there */ void -yow (fp) - FILE *fp; +yow (FILE *fp) { long offset; int c, i = 0;