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

Diff for /src/usr.bin/awk/tran.c between version 1.29 and 1.30

version 1.29, 2020/06/26 15:57:39 version 1.30, 2020/07/30 17:45:44
Line 30 
Line 30 
 #include <string.h>  #include <string.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include "awk.h"  #include "awk.h"
 #include "ytab.h"  
   
 #define FULLTAB 2       /* rehash when table gets this x full */  #define FULLTAB 2       /* rehash when table gets this x full */
 #define GROWTAB 4       /* grow table by this factor */  #define GROWTAB 4       /* grow table by this factor */

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30