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

Diff for /src/usr.bin/m4/misc.c between version 1.5 and 1.6

version 1.5, 1997/07/25 21:05:32 version 1.6, 1997/12/10 20:24:17
Line 80 
Line 80 
  */   */
 void  void
 putback(c)  putback(c)
 char c;  pbent c;
 {  {
         if (bp < endpbb)          if (bp < endpbb)
                 *bp++ = c;                  *bp++ = c;
Line 98 
Line 98 
 register char *s;  register char *s;
 {  {
         register char *es;          register char *es;
         register char *zp;          pbent *zp;
   
         es = s;          es = s;
         zp = bp;          zp = bp;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6