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

Diff for /src/usr.bin/m4/main.c between version 1.83 and 1.84

version 1.83, 2014/05/12 19:11:19 version 1.84, 2014/12/21 09:33:12
Line 397 
Line 397 
                 /*                  /*
                  * now push the string arguments:                   * now push the string arguments:
                  */                   */
                                 pushs1(macro_getdef(p)->defn);  /* defn string */                                  pushdef(p);                     /* defn string */
                                 pushs1((char *)macro_name(p));  /* macro name  */                                  pushs1((char *)macro_name(p));  /* macro name  */
                                 pushs(ep);                      /* start next..*/                                  pushs(ep);                      /* start next..*/
   

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84