1--- arc.h.orig 2010-08-07 13:06:42 UTC 2+++ arc.h 3@@ -106,7 +106,7 @@ extern char tmpchr[2]; /* Temporary 4 #if GEMDOS 5 extern int hold; /* hold screen before exiting */ 6 #endif 7-extern int warn; /* true to print warnings */ 8+extern int arcwarn; /* true to print warnings */ 9 extern int note; /* true to print comments */ 10 extern int bose; /* true to be verbose */ 11 extern int nocomp; /* true to suppress compression */ 12 13