openbsd-ports/textproc/pilot_makedoc/patches/patch-aa
1998-04-27 23:24:37 +00:00

25 lines
559 B
Plaintext

--- makedoc7.cpp.orig Sat May 10 20:05:27 1997
+++ makedoc7.cpp Sat May 10 20:05:53 1997
@@ -31,11 +31,7 @@
// ver 0.7 change header and record0 to structs
// ver 0.7a minor mispellings and portability issues
-#ifdef sparc
-# ifndef UNIX
-# define UNIX 1
-# endif
-#endif
+#define UNIX 1
#include <stdio.h>
#include <stdlib.h>
@@ -588,7 +584,7 @@
printf("\n -n builds the .prc file without compression");
printf("\n -b option compresses/decompresses binary");
#if UNIX
- printf("\n");
+ printf("\n\n");
#endif
exit(1);
}