diff lib-src/yow.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
line wrap: on
line diff
--- a/lib-src/yow.c	Mon Aug 13 11:19:22 2007 +0200
+++ b/lib-src/yow.c	Mon Aug 13 11:20:41 2007 +0200
@@ -10,7 +10,7 @@
 /* Synched up with: FSF 19.28. */
 
 #define DONT_ENCAPSULATE
-#include <config.h>
+#include <../src/config.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -33,7 +33,7 @@
 void yow (FILE *fp);
 void setup_yow (FILE *fp);
 
-#ifdef WIN32_NATIVE
+#ifdef MSDOS
 #define rootrelativepath(rel) \
 ({\
     static char res[BUFSIZE], *p;\
@@ -91,7 +91,8 @@
 
 /* Sets len and header_len */
 void
-setup_yow (FILE *fp)
+setup_yow(fp)
+     FILE *fp;
 {
   int c;
 
@@ -119,7 +120,8 @@
 
 /* go to a random place in the file and print the quotation there */
 void
-yow (FILE *fp)
+yow (fp)
+     FILE *fp;
 {
   long offset;
   int c, i = 0;