Modify umask set by mhshow to enable user execute bit, so that viewers that
[mmh] / configure
index 64d0324..bbdb686 100755 (executable)
--- a/configure
+++ b/configure
@@ -1104,7 +1104,7 @@ else
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;