This commit was generated by cvs2svn to compensate for changes in r5086,
[chise/xemacs-chise.git.1] / lib-src / yow.c
index 6a76772..7390373 100644 (file)
@@ -10,7 +10,7 @@
 /* Synched up with: FSF 19.28. */
 
 #define DONT_ENCAPSULATE
-#include <../src/config.h>
+#include <config.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -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;