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

Diff for /src/usr.bin/awk/main.c between version 1.37 and 1.38

version 1.37, 2020/06/10 21:05:50 version 1.38, 2020/06/10 21:06:09
Line 23 
Line 23 
 THIS SOFTWARE.  THIS SOFTWARE.
 ****************************************************************/  ****************************************************************/
   
 const char      *version = "version 20200228";  const char      *version = "version 20200605";
   
 #define DEBUG  #define DEBUG
 #include <stdio.h>  #include <stdio.h>
Line 55 
Line 55 
   
 bool    safe = false;   /* true => "safe" mode */  bool    safe = false;   /* true => "safe" mode */
   
 static __attribute__((__noreturn__)) void fpecatch(int n  static noreturn void fpecatch(int n
 #ifdef SA_SIGINFO  #ifdef SA_SIGINFO
         , siginfo_t *si, void *uc          , siginfo_t *si, void *uc
 #endif  #endif

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38