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

*** 20,31 **** # 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. --- 20,29 ----
*** 46,64 **** print " * **** DO NOT EDIT THIS FILE." print " *" print " * Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved." print " *" print " */" ! print print "#if M_RCSID" print "#ifndef lint" printf "static char rcsID[] = \"$Header%s\";\n", "$" print "#endif" print "#endif" ! print print "#include <private.h>" ! 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]= {" --- 44,62 ---- print " * **** DO NOT EDIT THIS FILE." print " *" print " * Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved." print " *" print " */" ! print "" print "#if M_RCSID" print "#ifndef lint" printf "static char rcsID[] = \"$Header%s\";\n", "$" print "#endif" print "#endif" ! print "" print "#include <private.h>" ! 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]= {"