[BACK]Return to mdef.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/mdef.h between version 1.7 and 1.8

version 1.7, 1999/09/14 08:35:17 version 1.8, 1999/11/20 17:49:00
Line 124 
Line 124 
         char    *name;          /* entry name..               */          char    *name;          /* entry name..               */
         char    *defn;          /* definition..               */          char    *defn;          /* definition..               */
         int     type;           /* type of the entry..        */          int     type;           /* type of the entry..        */
           unsigned hv;
         ndptr   nxtptr;         /* link to next entry..       */          ndptr   nxtptr;         /* link to next entry..       */
 };  };
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8