Print this page
3764 Semantic of nawk's print statement changed

@@ -43,17 +43,17 @@
 print " * **** DO NOT EDIT THIS FILE." > file
 print " *" > file
 print " * Copyright 1990, 1995 by Mortice Kern Systems Inc.  All rights reserved." > file
 print " *" > file
 print " */" > file
-print > file
+print "" > file
 print "#if M_RCSID" > file
 print "#ifndef lint" > file
 printf "static char rcsID[] = \"$Header%s\"\n", "$" > file
 print "#endif" > file
 print "#endif" > file
-print > file
+print "" > file
 printf "char *__m_%s[] = {\n", array > file
 }
 
 function tail(file) {
         printf("\t0\n};\n\n") >file;