ports/archivers/arc/files/patch-arcdata.c
Adam Weinberger e2aedd8abd Start cleaning up some of the uselessly ambigious patches named
patch-xy, and giving them proper names.
2014-07-27 15:27:04 +00:00

11 lines
460 B
C

--- ./arcdata.c.orig Tue Aug 10 23:03:24 1999
+++ ./arcdata.c Tue Aug 10 23:01:56 1999
@@ -35,7 +35,7 @@
#if GEMDOS
int hold = 0; /* true to pause before exit */
#endif
-int warn = 1; /* true to print warnings */
+int arcwarn = 1; /* true to print warnings */
int note = 1; /* true to print comments */
int bose = 0; /* true to be verbose */
int nocomp = 0; /* true to suppress compression */