[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.2 and 1.3

version 1.2, 1996/07/04 20:56:07 version 1.3, 1997/01/20 19:43:22
Line 22 
Line 22 
 USE OR PERFORMANCE OF THIS SOFTWARE.  USE OR PERFORMANCE OF THIS SOFTWARE.
 ****************************************************************/  ****************************************************************/
   
 char    *version = "version May 27, 1996";  char    *version = "version June 29, 1996";
   
 #define DEBUG  #define DEBUG
 #include <stdio.h>  #include <stdio.h>
 #include <ctype.h>  #include <ctype.h>
   #include <locale.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <signal.h>  #include <signal.h>
 #include <locale.h>  
 #include "awk.h"  #include "awk.h"
 #include "awkgram.h"  #include "awkgram.h"
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3