[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.26 and 1.27

version 1.26, 2003/06/30 21:47:21 version 1.27, 2003/06/30 22:10:21
Line 137 
Line 137 
 typedef struct ndblock *ndptr;  typedef struct ndblock *ndptr;
   
 struct macro_definition {  struct macro_definition {
           struct macro_definition *next;
         char            *defn;  /* definition..               */          char            *defn;  /* definition..               */
         unsigned int    type;   /* type of the entry..        */          unsigned int    type;   /* type of the entry..        */
 };  };

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27