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

Diff for /src/usr.bin/m4/eval.c between version 1.17 and 1.18

version 1.17, 1999/09/14 08:35:16 version 1.18, 1999/11/16 17:06:11
Line 155 
Line 155 
          * dolen - find the length of the           * dolen - find the length of the
          * argument           * argument
          */           */
                 if (argc > 2)                  pbnum((argc > 2) ? strlen(argv[2]) : 0);
                         pbnum((argc > 2) ? strlen(argv[2]) : 0);  
                 break;                  break;
   
         case INCRTYPE:          case INCRTYPE:

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18