--- mgod.c 2011-11-20 14:16:30.000000000 +0000 +++ mgod.c 2017-01-16 07:30:43.053333335 +0000 @@ -65,6 +65,7 @@ /********************************** newhash */ +#if 0 typedef unsigned long int u4; /* unsigned 4-byte type */ typedef unsigned char u1; /* unsigned 1-byte type */ @@ -128,6 +129,7 @@ /*-------------------------------------------- report the result */ return c; } +#endif /***********************************************************************/ @@ -257,6 +259,7 @@ +#if 0 /* structure for keeping file name aliases */ typedef struct alias alias; struct alias { @@ -369,6 +372,7 @@ } } } +#endif /***********************************************************************/ @@ -484,10 +488,12 @@ int dotg = 0; /* determine description */ + #if 0 desc = getalias(e); if(desc) { if(desc[0] == 0) return; /* desc aliased to empty; skip */ } else { + #endif desc = e; /* cut off .g from extension */ @@ -496,7 +502,7 @@ ext -= strlen(DIRLISTEXT); *ext = 0; } - } + //} putchar(menuchar); @@ -753,6 +759,7 @@ break; /* description alias */ + #if 0 case '=': p = strchr(buf+1, '\t'); if(*p) { @@ -760,6 +767,7 @@ regalias(p+1, buf+1); } break; + #endif case '"': /* verbatim info line */