1--- arcdata.c.orig 2010-08-07 13:06:42 UTC 2+++ arcdata.c 3@@ -35,7 +35,7 @@ char tmpchr[2] = "-";/* Tempo 4 #if GEMDOS 5 int hold = 0; /* true to pause before exit */ 6 #endif 7-int warn = 1; /* true to print warnings */ 8+int arcwarn = 1; /* true to print warnings */ 9 int note = 1; /* true to print comments */ 10 int bose = 0; /* true to be verbose */ 11 int nocomp = 0; /* true to suppress compression */ 12 13