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

Diff for /src/usr.bin/awk/parse.c between version 1.13 and 1.14

version 1.13, 2020/12/09 20:00:11 version 1.14, 2023/09/10 14:59:00
Line 30 
Line 30 
 #include "awk.h"  #include "awk.h"
 #include "awkgram.tab.h"  #include "awkgram.tab.h"
   
 Node *nodealloc(int n)  Node *nodealloc(size_t n)
 {  {
         Node *x;          Node *x;
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14