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

Diff for /src/usr.bin/awk/awk.h between version 1.22 and 1.23

version 1.22, 2020/06/10 21:05:02 version 1.23, 2020/06/10 21:06:09
Line 26 
Line 26 
 #include <assert.h>  #include <assert.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdbool.h>  #include <stdbool.h>
   #if __STDC_VERSION__ <= 199901L
   #define noreturn __dead
   #else
   #include <stdnoreturn.h>
   #endif
   
 typedef double  Awkfloat;  typedef double  Awkfloat;
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23