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

@@ -20,12 +20,10 @@
 # fields enclosed by brackets "[]" replaced with your own identifying
 # information: Portions Copyright [yyyy] [name of copyright owner]
 #
 # CDDL HEADER END
 #
-# ident "%Z%%M% %I%     %E% SMI"
-#
 # mkkey.awk
 #
 # XCurses Library
 #
 # Copyright 1990, 1995 by Mortice Kern Systems Inc.  All rights reserved.

@@ -46,19 +44,19 @@
 print " * **** DO NOT EDIT THIS FILE."
 print " *"
 print " * Copyright 1990, 1995 by Mortice Kern Systems Inc.  All rights reserved."
 print " *"
 print " */"
-print
+print ""
 print "#if M_RCSID"
 print "#ifndef lint"
 printf "static char rcsID[] = \"$Header%s\";\n", "$"
 print "#endif"
 print "#endif"
-print
+print ""
 print "#include <private.h>"
-print
+print ""
 print "/*"
 print " * This table is used to map a KEY_ constant to an"
 print " * index for cur_term->_str[] for use by keyname()."
 print " */"
 print "short __m_keyindex[][2]= {"